Skip to content

Commit

Permalink
refactor: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DeshErBojhaa committed May 12, 2024
1 parent 81b6ccd commit 1112c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion proto/sedachain/wasm_storage/v1/wasm_storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ message Params {
int64 max_wasm_size = 1;
// WasmTTL represents the number of block a wasm's life is extended when it's
// created or used.
int64 wasm_ttl = 2[ (gogoproto.customname) = "WasmTTL" ];
int64 wasm_ttl = 2 [ (gogoproto.customname) = "WasmTTL" ];
}
5 changes: 1 addition & 4 deletions x/wasm-storage/keeper/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ import (
wasmstoragetypes "github.com/sedaprotocol/seda-chain/x/wasm-storage/types"
)

var (
mockedByteArray = []byte("82a9dda829eb7f8ffe9fbe49e45d47d2dad9664fbb7adf72492e3c81ebd3e29134d9bc12212bf83c6840f10e8246b9db54a4859b7ccd0123d86e5872c1e5082")
// mockedByteArray2 = []byte("a9dda829eb7f8ffe9fbesfa49e45d47d2dad9664fbb7adf72492e3c81ebd3e29134d9bc12212bf83c6840f10e8246b9db54a4859b7ccd0123d86e5872c1e50829a") //nolint:unused // unused
)
var mockedByteArray = []byte("82a9dda829eb7f8ffe9fbe49e45d47d2dad9664fbb7adf72492e3c81ebd3e29134d9bc12212bf83c6840f10e8246b9db54a4859b7ccd0123d86e5872c1e5082")

type KeeperTestSuite struct {
suite.Suite
Expand Down

0 comments on commit 1112c5f

Please sign in to comment.