diff --git a/packages/stellar-axelar-std-derive/src/storage.rs b/packages/stellar-axelar-std-derive/src/storage.rs index adea6555..b8e4878a 100644 --- a/packages/stellar-axelar-std-derive/src/storage.rs +++ b/packages/stellar-axelar-std-derive/src/storage.rs @@ -362,7 +362,9 @@ mod tests { } #[test] - #[should_panic(expected = "Storage type must be specified exactly once as 'instance', 'persistent', or 'temporary'.")] + #[should_panic( + expected = "Storage type must be specified exactly once as 'instance', 'persistent', or 'temporary'." + )] fn test_missing_storage_type_fails() { let input: DeriveInput = syn::parse_quote! { enum InvalidEnum {