Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed May 6, 2020
1 parent 1aa59d4 commit 44b195e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func TestCounter(t *testing.T) {
func TestCounterValue(t *testing.T) {
regex := initCumulativeRegex(t)
counterCfg := newMetricConfig(t, &configuration.MetricConfig{
Name: "rainfall",
Value: "{{.rainfall}}",
Name: "rainfall",
Value: "{{.rainfall}}",
})
counter := NewCounterMetric(counterCfg, regex, nil)

Expand Down

0 comments on commit 44b195e

Please sign in to comment.