From 324593c4c7e80ea7b830936797cbcdefa55cda3d Mon Sep 17 00:00:00 2001 From: Moudy Date: Fri, 3 Apr 2026 16:08:08 +0200 Subject: [PATCH] fix: format expect attribute --- nssa/src/state.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nssa/src/state.rs b/nssa/src/state.rs index efb3d849..ad429ff9 100644 --- a/nssa/src/state.rs +++ b/nssa/src/state.rs @@ -491,7 +491,10 @@ pub mod tests { } #[derive(serde::Serialize, serde::Deserialize)] - #[expect(clippy::large_enum_variant, reason = "test-only mirror of guest enum, boxing unnecessary")] + #[expect( + clippy::large_enum_variant, + reason = "test-only mirror of guest enum, boxing unnecessary" + )] enum FlashSwapInstruction { Initiate { token_program_id: ProgramId,