Skip to content

Commit

Permalink
Fix formatting following merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jan 18, 2024
1 parent f3eb7ac commit 39bc496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/relayer-cli/src/commands/evidence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ fn submit_duplicate_vote_evidence(

let Some(trusted_height) = consensus_state_height_before_infraction_height else {
error!(
"cannot build infraction block header for client `{counterparty_client_id}` on chain `{counterparty_chain_id}`,\
reason: could not find consensus state at highest height smaller than infraction height {infraction_height}"
);
"cannot build infraction block header for client `{counterparty_client_id}` on chain `{counterparty_chain_id}`,\
reason: could not find consensus state at highest height smaller than infraction height {infraction_height}"
);

return Ok(ControlFlow::Continue(()));
};
Expand All @@ -372,8 +372,8 @@ fn submit_duplicate_vote_evidence(
info!("successfully submitted double voting evidence to chain `{counterparty_chain_id}`, tx hash: {}", response.hash);
} else {
error!(
"failed to submit double voting evidence to chain `{counterparty_chain_id}`: {response:?}"
);
"failed to submit double voting evidence to chain `{counterparty_chain_id}`: {response:?}"
);
}
}

Expand Down

0 comments on commit 39bc496

Please sign in to comment.