Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
linasm committed Oct 26, 2021
1 parent 9e41899 commit fbf7ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbnode/encoding/m3tsz/roundtrip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ func TestMixedRoundTrip(t *testing.T) {

func TestPrecision(t *testing.T) {
var (
num = 100
input = make([]ts.Datapoint, 0, num)
num = 100
input = make([]ts.Datapoint, 0, num)
timestamp = xtime.Now()
)

Expand Down

0 comments on commit fbf7ee1

Please sign in to comment.