diff --git a/api/bin/chainflip-ingress-egress-tracker/src/main.rs b/api/bin/chainflip-ingress-egress-tracker/src/main.rs index 5a747eae0b..445e5f85c9 100644 --- a/api/bin/chainflip-ingress-egress-tracker/src/main.rs +++ b/api/bin/chainflip-ingress-egress-tracker/src/main.rs @@ -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) {