diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-05 09:40:28 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-05 09:40:28 -0800 |
commit | 60e10e44053afa77c0c17376e03716f3b40a116d (patch) | |
tree | 2f9f10c2dd9ce6fc6c438917620c8dfc2725a31d /src/pkg/fmt/fmt_test.go | |
parent | f9b8704773424771c65ef19da6c4a63fa2a6854d (diff) | |
download | golang-60e10e44053afa77c0c17376e03716f3b40a116d.tar.gz |
gofmt-ify template, time, unsafe, flag, fmt
(replacement for CLs 1017039, 1017041, 1017040, 1018054)
R=r
http://go/go-review/1018060
Diffstat (limited to 'src/pkg/fmt/fmt_test.go')
-rw-r--r-- | src/pkg/fmt/fmt_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pkg/fmt/fmt_test.go b/src/pkg/fmt/fmt_test.go index 43bdb8299..07b1b221a 100644 --- a/src/pkg/fmt/fmt_test.go +++ b/src/pkg/fmt/fmt_test.go @@ -5,11 +5,11 @@ package fmt_test import ( - . "fmt"; - "io"; - "math"; - "strings"; - "testing"; + . "fmt"; + "io"; + "math"; + "strings"; + "testing"; ) func TestFmtInterface(t *testing.T) { |