Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 30, 2024
1 parent a3f1541 commit 0725774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/rly/cosmos_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func ChainConfigToCosmosRelayerChainConfig(chainConfig ibc.ChainConfig, keyName,
}

var err error
var loopDuration = time.Millisecond * 50
loopDuration := time.Millisecond * 50
for _, env := range chainConfig.Env {
if strings.Contains(env, "ICTEST_RELAYER_LOOP_DURATION") {
e := strings.Split(env, "=")
Expand Down

0 comments on commit 0725774

Please sign in to comment.