Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scf0220 committed Jul 12, 2023
1 parent ea7ff1e commit 31188c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ pub use crate::results::{DistributionMsg, StakingMsg};
#[cfg(feature = "stargate")]
pub use crate::results::{GovMsg, VoteOption};
pub use crate::serde::{from_binary, from_slice, to_binary, to_vec};
pub use crate::serde_basic_type::{serialize_to_bytes,deserialize_from_bytes,SerializeForBasicType};
pub use crate::serde_basic_type::{
deserialize_from_bytes, serialize_to_bytes, SerializeForBasicType,
};
pub use crate::storage::MemoryStorage;
pub use crate::timestamp::Timestamp;
pub use crate::traits::{Api, Querier, QuerierResult, QuerierWrapper, Storage};
Expand Down

0 comments on commit 31188c5

Please sign in to comment.