Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Nov 27, 2023
1 parent 5055425 commit 4558255
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/cargo-contract/src/cmd/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ use subxt::Config;
#[clap(name = "storage", about = "Inspect contract storage")]
pub struct StorageCommand {
/// The address of the contract to inspect storage of.
#[clap(
name = "contract",
long,
env = "CONTRACT",
)]
#[clap(name = "contract", long, env = "CONTRACT")]
contract: <DefaultConfig as Config>::AccountId,
/// Fetch the "raw" storage keys and values for the contract.
#[clap(long)]
Expand Down

0 comments on commit 4558255

Please sign in to comment.