summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/ftoa_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-04 23:20:49 -0800
committerRobert Griesemer <gri@golang.org>2009-11-04 23:20:49 -0800
commitd29d9b8b35622fef8c3eb253b7ad6bb46cbbc6a9 (patch)
tree445dab031042c6e46d35f80402fefd4e9202964c /src/pkg/strconv/ftoa_test.go
parent5df04e02eefa813d944a3b03c385634c30f50889 (diff)
downloadgolang-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.go6
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 {