Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
K1-R1 committed Aug 30, 2024
1 parent b9074d0 commit eadcb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src14/owned_proxy/scripts/src/deploy_and_init.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use clap::Parser;
use fuels::{
programs::contract::{Contract, LoadConfiguration, StorageConfiguration}, types::Address
programs::contract::{Contract, LoadConfiguration, StorageConfiguration},
types::Address,
};
use proxy_script_utils::{ProxyContractConfigurables, State};
use std::str::FromStr;
Expand Down

0 comments on commit eadcb6b

Please sign in to comment.