diff --git a/x/crosschain/keeper/msg_server_vote_outbound_tx.go b/x/crosschain/keeper/msg_server_vote_outbound_tx.go index 4943e53125..a940c9c7db 100644 --- a/x/crosschain/keeper/msg_server_vote_outbound_tx.go +++ b/x/crosschain/keeper/msg_server_vote_outbound_tx.go @@ -102,7 +102,10 @@ func (k msgServer) VoteOutbound( // If the CCTX is in a terminal state, we do not need to process it. if cctx.CctxStatus.Status.IsTerminal() { - return &types.MsgVoteOutboundResponse{}, cosmoserrors.Wrap(types.ErrCCTXAlreadyFinalized, fmt.Sprintf("CCTX status %s", cctx.CctxStatus.Status)) + return &types.MsgVoteOutboundResponse{}, cosmoserrors.Wrap( + types.ErrCCTXAlreadyFinalized, + fmt.Sprintf("CCTX status %s", cctx.CctxStatus.Status), + ) } // Set the finalized ballot to the current outbound params.