Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 2, 2024
1 parent c3359be commit 88c74c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions store/v2/migration/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
const (
// defaultChannelBufferSize is the default buffer size for the migration stream.
defaultChannelBufferSize = 1024
// defaultStorageBufferSize is the default buffer size for the storage snapshotter.
defaultStorageBufferSize = 1024

migrateChangesetKeyFmt = "m/cs_%x" // m/cs_<version>
)
Expand Down

0 comments on commit 88c74c1

Please sign in to comment.