Skip to content

Commit

Permalink
Reformat the code to appease the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed May 16, 2022
1 parent 4895acf commit d813c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/metrics/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@ func TestExpireOversizeDatum(t *testing.T) {
if x := m.FindLabelValueOrNil([]string{"a"}); x != nil {
t.Errorf("found label a which is unexpected: %#v", x)
}

}

0 comments on commit d813c6c

Please sign in to comment.