Enable gofmt code simplification (#4887)
This commit is contained in:
committed by
Daniel Nelson
parent
4a311830c6
commit
ee056278f5
@@ -29,7 +29,7 @@ func TestBuildDimensions(t *testing.T) {
|
||||
|
||||
tagKeys := make([]string, len(testPoint.Tags()))
|
||||
i := 0
|
||||
for k, _ := range testPoint.Tags() {
|
||||
for k := range testPoint.Tags() {
|
||||
tagKeys[i] = k
|
||||
i += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user