Skip to content

Commit

Permalink
fix fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 15, 2024
1 parent 366f12d commit 1cd6f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/cctx_orchestrator_validate_outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (k Keeper) processFailedOutboundV2(ctx sdk.Context, cctx *types.CrossChainT
cctx.InboundParams.SenderChainId,
)
}

Check warning on line 341 in x/crosschain/keeper/cctx_orchestrator_validate_outbound.go

View check run for this annotation

Codecov / codecov/patch

x/crosschain/keeper/cctx_orchestrator_validate_outbound.go#L330-L341

Added lines #L330 - L341 were not covered by tests

// get the chain ID of the connected chain
chainID := cctx.GetCurrentOutboundParam().ReceiverChainId

Expand Down

0 comments on commit 1cd6f59

Please sign in to comment.