mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Run gofmt
This commit is contained in:
@@ -14,7 +14,7 @@ func ExecCompatible(t *testing.T) {
|
||||
}
|
||||
|
||||
func QemuCompatible(t *testing.T) {
|
||||
if runtime.GOOS == "windows" {
|
||||
if runtime.GOOS == "windows" {
|
||||
t.Skip("Must be on non-windows environments to run test")
|
||||
}
|
||||
// else see if qemu exists
|
||||
|
||||
Reference in New Issue
Block a user