Skip to content

Commit

Permalink
run gofmt to fix lint error on make command
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Oct 17, 2017
1 parent 8af97a8 commit d75fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/metrics/tally/statsd/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestMetricNameWithTagsStability(t *testing.T) {
name := "test-metric-name2"

//test the order is stable
for i := 1; i<=16; i++ {
for i := 1; i <= 16; i++ {
assert.Equal(t, r.metricNameWithTags(name, tags), r.metricNameWithTags(name, tags))
}
}

0 comments on commit d75fc47

Please sign in to comment.