Skip to content

Commit d82e0c4

Browse files
committed
style: make linters happy
1 parent afbb710 commit d82e0c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/app.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,12 @@ func New(
628628
var noAuthzModule ibcporttypes.IBCModule
629629
icaControllerStack = icacontroller.NewIBCMiddleware(noAuthzModule, app.ICAControllerKeeper)
630630
icaControllerStack = icacontroller.NewIBCMiddleware(icaControllerStack, app.ICAControllerKeeper)
631-
icaControllerStack = ibccallbacks.NewIBCMiddleware(icaControllerStack, app.IBCFeeKeeper, wasmStackIBCHandler, wasm.DefaultMaxIBCCallbackGas)
631+
icaControllerStack = ibccallbacks.NewIBCMiddleware(
632+
icaControllerStack,
633+
app.IBCFeeKeeper,
634+
wasmStackIBCHandler,
635+
wasm.DefaultMaxIBCCallbackGas,
636+
)
632637
icaICS4Wrapper := icaControllerStack.(ibcporttypes.ICS4Wrapper)
633638
icaControllerStack = ibcfee.NewIBCMiddleware(icaControllerStack, app.IBCFeeKeeper)
634639

0 commit comments

Comments
 (0)