fix: format expect attribute

This commit is contained in:
Moudy 2026-04-03 16:08:08 +02:00
parent eefaf64b6d
commit 324593c4c7

View File

@ -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,