Skip to content

Commit

Permalink
Gofmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Sep 24, 2018
1 parent 37527a4 commit 16b0da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helpers/metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

func TestReadMetric(t *testing.T) {
for expected, m := range map[*Metric]prometheus.Metric{
&Metric{
{
"counter",
"metric description",
prometheus.Labels{"job": "test1", "instance": "test2"},
Expand All @@ -37,7 +37,7 @@ func TestReadMetric(t *testing.T) {
"test2",
),

&Metric{
{
"gauge",
"metric description",
prometheus.Labels{"job": "test1", "instance": "test2"},
Expand All @@ -50,7 +50,7 @@ func TestReadMetric(t *testing.T) {
"test2",
),

&Metric{
{
"untyped",
"metric description",
prometheus.Labels{"job": "test1", "instance": "test2"},
Expand Down

0 comments on commit 16b0da8

Please sign in to comment.