aboutsummaryrefslogtreecommitdiff
path: root/test/blank.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-12-09 19:27:08 -0800
committerRobert Griesemer <gri@golang.org>2009-12-09 19:27:08 -0800
commit542099d78f36f1a23eb21fbca9dc6d3723fbdd25 (patch)
tree8340124f1181fcd9d5ca7b5b53c42336c6ace5d1 /test/blank.go
parent5f5dcfbc155dddb3b07345682cfdd0511a317723 (diff)
downloadgo-542099d78f36f1a23eb21fbca9dc6d3723fbdd25.tar.gz
go-542099d78f36f1a23eb21fbca9dc6d3723fbdd25.zip
making some more non-gofmt'ed files save for new semicolon rule
R=rsc, r https://golang.org/cl/171051
Diffstat (limited to 'test/blank.go')
-rw-r--r--test/blank.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blank.go b/test/blank.go
index 7b9d64257e..7175964f7e 100644
--- a/test/blank.go
+++ b/test/blank.go
@@ -31,7 +31,7 @@ const (
var ints = []string {
"1",
"2",
- "3"
+ "3",
}
func f() (int, int) {