From 3d960ccc6955affc851f2df0be875d13380615b2 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 29 Apr 2014 12:29:15 -0700 Subject: [PATCH] go fmt --- common/step_create_floppy_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/step_create_floppy_test.go b/common/step_create_floppy_test.go index f68c0df69..b6e591a41 100644 --- a/common/step_create_floppy_test.go +++ b/common/step_create_floppy_test.go @@ -46,7 +46,7 @@ func TestStepCreateFloppy(t *testing.T) { ext := ".tmp" for i := 0; i < expected; i++ { - files[i] = path.Join(dir, prefix + strconv.Itoa(i) + ext) + files[i] = path.Join(dir, prefix+strconv.Itoa(i)+ext) _, err := os.Create(files[i]) if err != nil { @@ -108,7 +108,7 @@ func xxxTestStepCreateFloppy_missing(t *testing.T) { prefix := "missing" for i := 0; i < count; i++ { - files[i] = path.Join(dir, prefix + strconv.Itoa(i)) + files[i] = path.Join(dir, prefix+strconv.Itoa(i)) } lists := [][]string{ @@ -153,7 +153,7 @@ func xxxTestStepCreateFloppy_notfound(t *testing.T) { prefix := "notfound" for i := 0; i < count; i++ { - files[i] = path.Join(dir, prefix + strconv.Itoa(i)) + files[i] = path.Join(dir, prefix+strconv.Itoa(i)) } lists := [][]string{