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 | d2829faa7c46cd2105eb897e77c92a86baefcd79 (patch) | |
| tree | 59cdfb7c6316bd02d9cfe4e298cf6fc40ffc0c4a /src/pkg/unicode/script_test.go | |
| parent | 58ee1f5d546e80b508c1bfd536735d204c873408 (diff) | |
| download | go-d2829faa7c46cd2105eb897e77c92a86baefcd79.tar.xz | |
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 c212e3335a..a5d070a498 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"}, |
