Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 4, 2024
1 parent 7ce03c0 commit 778774a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ macro_rules! saturating_add_assign {
}};
}

#[cfg_attr(not(target_os = "solana"), macro_use)]
extern crate serde_derive;
pub extern crate bs58;
extern crate log as logger;
#[cfg_attr(not(target_os = "solana"), macro_use)]
extern crate serde_derive;

#[cfg_attr(feature = "frozen-abi", macro_use)]
#[cfg(feature = "frozen-abi")]
Expand Down

0 comments on commit 778774a

Please sign in to comment.