Skip to content

Commit

Permalink
fix non zero-based sequential constants
Browse files Browse the repository at this point in the history
  • Loading branch information
trestinlsd committed Sep 25, 2024
1 parent a9eed9d commit 698f146
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions x/avs/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ const (

// RouterKey defines the module's message routing key
RouterKey = ModuleName

// MemStoreKey defines the in-memory store key
MemStoreKey = "mem_avs"
)

Check failure on line 18 in x/avs/types/keys.go

View workflow job for this annotation

GitHub Actions / Run golangci-lint

File is not `gofumpt`-ed (gofumpt)
const (
prefixAVSInfo = iota + 1
prefixAVSOperatorInfo
prefixParams
prefixAVSTaskInfo = iota + 1
prefixAVSTaskInfo
prefixOperatePub
prefixAVSAddressToChainID
LatestTaskNum
Expand Down

0 comments on commit 698f146

Please sign in to comment.