Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayindirli committed Jan 29, 2025
1 parent dbd645c commit b9f3c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stellar-axelar-std-derive/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ fn fn_names(variant: &Variant) -> (Ident, Ident, Ident) {

#[cfg(test)]
mod tests {
use super::*;

use prettyplease;
use syn::parse_quote;

use super::*;

#[test]
fn test_storage_schema_generation() {
let input: DeriveInput = parse_quote! {
Expand Down

0 comments on commit b9f3c6a

Please sign in to comment.