Skip to content

Commit

Permalink
chore: make lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Dec 18, 2024
1 parent 9805a6d commit 342bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/29-fee/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ var (
ErrRelayerNotFoundForAsyncAck = errorsmod.Register(ModuleName, 10, "relayer address must be stored for async WriteAcknowledgement")
ErrFeeModuleLocked = errorsmod.Register(ModuleName, 11, "the fee module is currently locked, a severe bug has been detected")
ErrUnsupportedAction = errorsmod.Register(ModuleName, 12, "unsupported action")
ErrRefundDistributionFailed = errorsmod.Register(ModuleName, 13, "refund distrubition failed")
ErrRefundDistributionFailed = errorsmod.Register(ModuleName, 13, "refund distribution failed")
)

0 comments on commit 342bfc5

Please sign in to comment.