diff options
Diffstat (limited to 'src/pkg/strconv/decimal_test.go')
-rw-r--r-- | src/pkg/strconv/decimal_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/strconv/decimal_test.go b/src/pkg/strconv/decimal_test.go index 470a81e2c..31477f1aa 100644 --- a/src/pkg/strconv/decimal_test.go +++ b/src/pkg/strconv/decimal_test.go @@ -5,8 +5,8 @@ package strconv_test import ( - . "strconv"; - "testing"; + . "strconv"; + "testing"; ) type shiftTest struct { |