mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue