Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 committed Aug 8, 2023
1 parent b5d9ed5 commit 238dc72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/wal/wal.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ type buffer struct {
type bufferWriter struct {
buf *bytes.Buffer
timestampsBuf *bytes.Buffer
dataBuf []byte
dataLen int
seriesID *logSeriesID
seriesCount uint32
dataBuf []byte
batchLen uint64
seriesCount uint32
dataLen int
}

type logSeriesID struct {
Expand Down

0 comments on commit 238dc72

Please sign in to comment.