Commit cd72f77f authored by Robert Griesemer's avatar Robert Griesemer

apply gofmt to src and misc

R=rsc
CC=golang-dev
https://golang.org/cl/213041
parent 1cf6fdf8
......@@ -170,7 +170,7 @@ var explodetests = []ExplodeTest{
}
func TestExplode(t *testing.T) {
for _, tt := range (explodetests) {
for _, tt := range explodetests {
a := Split(strings.Bytes(tt.s), nil, tt.n)
result := arrayOfString(a)
if !eq(result, tt.a) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment