Skip to content

Commit

Permalink
refactor: If it is initialized with 0 like this time, it will fall ba…
Browse files Browse the repository at this point in the history
…ck to JSON without noticing it.
  • Loading branch information
mashiike committed Aug 17, 2023
1 parent 9653c5f commit 8806b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3s.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
type FormatType int

const (
FormatTypeJSON FormatType = iota
FormatTypeJSON FormatType = iota + 1
FormatTypeCSV
FormatTypeALBLogs
FormatTypeCFLogs
Expand Down

0 comments on commit 8806b1a

Please sign in to comment.