Skip to content

Commit 6011f43

Browse files
committed
lint
1 parent 03f586a commit 6011f43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/keepers/keepers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ func (appKeepers *AppKeepers) InitNormalKeepers(
322322

323323
// RecvPacket, message that originates from core IBC and goes down to app, the flow is:
324324
// channel.RecvPacket -> fee.OnRecvPacket -> icaHost.OnRecvPacket
325-
var icaHostStack porttypes.IBCModule
326-
icaHostStack = icahost.NewIBCModule(*appKeepers.ICAHostKeeper)
325+
icaHostStack := icahost.NewIBCModule(*appKeepers.ICAHostKeeper)
327326

328327
// ICQ Keeper
329328
icqKeeper := icqkeeper.NewKeeper(

0 commit comments

Comments
 (0)