Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Fix gofmt in main_test
Browse files Browse the repository at this point in the history
  • Loading branch information
obitech committed Aug 4, 2019
1 parent 5efc52d commit 5bd9d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/tsdb/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ func TestCLIPrintBlocks(t *testing.T) {
meta.Stats.NumSamples,
meta.Stats.NumChunks,
meta.Stats.NumSeries,
)
)

if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 5bd9d4d

Please sign in to comment.