Skip to content

Commit

Permalink
all: gofmt
Browse files Browse the repository at this point in the history
Run standard gofmt command on project root.
  • Loading branch information
whilei committed Jun 13, 2018
1 parent 2aeb6a9 commit f4522bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflectx/reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -971,4 +971,4 @@ func BenchmarkTraversalsByNameFunc(b *testing.B) {
b.Errorf("expected %d values, got %d", len(names), l)
}
}
}
}

0 comments on commit f4522bb

Please sign in to comment.