Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Dec 11, 2024
1 parent db0e8c1 commit 31a8fad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pub(crate) use config::*;
pub(crate) use controller_execution::*;
pub(crate) use create::*;
pub(crate) use deactivate::*;
use iota_sdk::types::{programmable_transaction_builder::ProgrammableTransactionBuilder as Ptb, transaction::Argument};
use iota_sdk::types::programmable_transaction_builder::ProgrammableTransactionBuilder as Ptb;
use iota_sdk::types::transaction::Argument;
pub(crate) use send_asset::*;
pub(crate) use update::*;
pub(crate) use upgrade::*;
Expand Down

0 comments on commit 31a8fad

Please sign in to comment.