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

Commit 5bd9d4d

Browse files
committed
Fix gofmt in main_test
1 parent 5efc52d commit 5bd9d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/tsdb/main_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ func TestCLIPrintBlocks(t *testing.T) {
9393
meta.Stats.NumSamples,
9494
meta.Stats.NumChunks,
9595
meta.Stats.NumSeries,
96-
)
96+
)
97+
9798
if err != nil {
9899
t.Error(err)
99100
}

0 commit comments

Comments
 (0)