diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-04 23:20:49 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-04 23:20:49 -0800 |
commit | d29d9b8b35622fef8c3eb253b7ad6bb46cbbc6a9 (patch) | |
tree | 445dab031042c6e46d35f80402fefd4e9202964c /src/pkg/strconv/ftoa_test.go | |
parent | 5df04e02eefa813d944a3b03c385634c30f50889 (diff) | |
download | golang-d29d9b8b35622fef8c3eb253b7ad6bb46cbbc6a9.tar.gz |
gofmt-ify strconv
(and remove an empty line at the end of a file)
R=rsc
http://go/go-review/1017046
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 { |