diff options
Diffstat (limited to 'src/pkg/strconv/ftoa_test.go')
-rw-r--r-- | src/pkg/strconv/ftoa_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/strconv/ftoa_test.go b/src/pkg/strconv/ftoa_test.go index 45cdfbfc9..7262b25a6 100644 --- a/src/pkg/strconv/ftoa_test.go +++ b/src/pkg/strconv/ftoa_test.go @@ -5,9 +5,9 @@ package strconv_test import ( - "math"; - . "strconv"; - "testing"; + "math"; + . "strconv"; + "testing"; ) type ftoaTest struct { |