Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Sep 3, 2017
1 parent fb86148 commit aceb68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ func TestMoreThanOneHost(t *testing.T) {

func TestSanitizeMetricName(t *testing.T) {
tsts := map[string]string{
"cluster_stats_messages_auth-req_received": "cluster_stats_messages_auth_req_received",
"cluster_stats_messages_auth-req_received": "cluster_stats_messages_auth_req_received",
"cluster_stats_messages_auth_req_received": "cluster_stats_messages_auth_req_received",
}

Expand Down

0 comments on commit aceb68f

Please sign in to comment.