Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed May 28, 2024
1 parent c75f3e2 commit 5a0432a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/tx_prelude/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ use namada_core::token::Amount;
use namada_events::EventTypeBuilder;
pub use namada_ibc::event::{IbcEvent, IbcEventType};
pub use namada_ibc::storage::{
burn_tokens, ibc_token, is_ibc_key, mint_tokens, mint_limit_key, throughput_limit_key
burn_tokens, ibc_token, is_ibc_key, mint_limit_key, mint_tokens,
throughput_limit_key,
};
pub use namada_ibc::{
IbcActions, IbcCommonContext, IbcStorageContext, NftTransferModule,
Expand Down

0 comments on commit 5a0432a

Please sign in to comment.