diff options
author | Russ Cox <rsc@golang.org> | 2009-10-27 22:47:54 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-10-27 22:47:54 -0700 |
commit | 7bc607518c0d27a618ddbbf35d1d636da65bc581 (patch) | |
tree | 59cdfb7c6316bd02d9cfe4e298cf6fc40ffc0c4a /src/pkg/unicode/script_test.go | |
parent | b1f2d1c110b2d85468637ad06218428e17281ca2 (diff) | |
download | golang-7bc607518c0d27a618ddbbf35d1d636da65bc581.tar.gz |
files that are okay from the last gofmt round
R=gri
http://go/go-review/1015011
Diffstat (limited to 'src/pkg/unicode/script_test.go')
-rw-r--r-- | src/pkg/unicode/script_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pkg/unicode/script_test.go b/src/pkg/unicode/script_test.go index c212e3335..a5d070a49 100644 --- a/src/pkg/unicode/script_test.go +++ b/src/pkg/unicode/script_test.go @@ -5,8 +5,8 @@ package unicode_test import ( - "testing"; - . "unicode"; + "testing"; + . "unicode"; ) type T struct { @@ -98,7 +98,8 @@ var inTest = []T{ } var outTest = []T{ // not really worth being thorough -T{0x20, "Telugu"}} + T{0x20, "Telugu"}, +} var inCategoryTest = []T{ T{0x0081, "Cc"}, |