Skip to content

Commit

Permalink
fix: cargo fmt (#4392)
Browse files Browse the repository at this point in the history
fix: broken cargo fmt
  • Loading branch information
AlastairHolmes committed Jan 8, 2024
1 parent 25e3d89 commit dc479eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/bin/chainflip-ingress-egress-tracker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ async fn start(
use pallet_cf_ingress_egress::Call as IngressEgressCall;
use state_chain_runtime::RuntimeCall::*;

// rustfmt chokes when formatting this macro.
// See: https://github.com/rust-lang/rustfmt/issues/5404
#[rustfmt::skip]
macro_rules! send {
($value:expr) => {
if let Ok(false) = sink.send($value) {
Expand Down

0 comments on commit dc479eb

Please sign in to comment.