Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Oct 31, 2023
1 parent 9cbdb2e commit 12d8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/precompiles/crosschain/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (suite *PrecompileTestSuite) CrossChainKeepers() map[string]CrossChainKeepe
cck := value.Field(i).Interface().(CrossChainKeeper)
if chainName == "bridge-eth" {
// keepers["gravity"] = cck
//keepers["eth"] = cck
// keepers["eth"] = cck
} else {
keepers[chainName] = cck
}
Expand Down

0 comments on commit 12d8032

Please sign in to comment.