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/flag/flag_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/flag/flag_test.go')
| -rw-r--r-- | src/pkg/flag/flag_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/flag/flag_test.go b/src/pkg/flag/flag_test.go index bb013b780..59014dcd3 100644 --- a/src/pkg/flag/flag_test.go +++ b/src/pkg/flag/flag_test.go @@ -5,8 +5,8 @@ package flag_test import ( - . "flag"; - "testing"; + . "flag"; + "testing"; ) var ( |
