Skip to content

Commit

Permalink
fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Jun 27, 2024
1 parent bf8259c commit dd79258
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions erigon-lib/kv/kv_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ type DBVerbosityLvl int8
type Label uint8

const (
ChainDB Label = 0
TxPoolDB Label = 1
SentryDB Label = 2
ConsensusDB Label = 3
DownloaderDB Label = 4
InMem Label = 5
BlobDb Label = 6
ChainDB Label = 0
TxPoolDB Label = 1
SentryDB Label = 2
ConsensusDB Label = 3
DownloaderDB Label = 4
InMem Label = 5
BlobDb Label = 6
DiagnosticsDB Label = 7
)

Expand Down

0 comments on commit dd79258

Please sign in to comment.