Skip to content

Commit

Permalink
chore: fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Feb 19, 2021
1 parent fb88f13 commit 9cabd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influx/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func Test_writeFlags_createLineReader(t *testing.T) {
{
name: "read compressed CSV data from stdin using '-' argument + transform to line protocol",
flags: writeFlagsBuilder{
Format: inputFormatCsv,
Format: inputFormatCsv,
Compression: inputCompressionGzip,
},
stdIn: gzipStdin(stdInCsvContents),
Expand Down

0 comments on commit 9cabd54

Please sign in to comment.