mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
apply gofmt to src and misc
R=rsc CC=golang-dev https://golang.org/cl/213041
This commit is contained in:
parent
1cf6fdf8a1
commit
cd72f77f23
@ -170,7 +170,7 @@ var explodetests = []ExplodeTest{
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestExplode(t *testing.T) {
|
func TestExplode(t *testing.T) {
|
||||||
for _, tt := range (explodetests) {
|
for _, tt := range explodetests {
|
||||||
a := Split(strings.Bytes(tt.s), nil, tt.n)
|
a := Split(strings.Bytes(tt.s), nil, tt.n)
|
||||||
result := arrayOfString(a)
|
result := arrayOfString(a)
|
||||||
if !eq(result, tt.a) {
|
if !eq(result, tt.a) {
|
||||||
|
Loading…
Reference in New Issue
Block a user