Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jun 14, 2024
1 parent 1806452 commit eae1d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apps/transfer/ibc_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ func (im IBCModule) OnRecvPacket(
relayer sdk.AccAddress,
) ibcexported.Acknowledgement {
var (
data types.FungibleTokenPacketDataV2
ackErr error
ackErr error
data types.FungibleTokenPacketDataV2
)

ack := channeltypes.NewResultAcknowledgement([]byte{byte(1)})
Expand Down

0 comments on commit eae1d83

Please sign in to comment.