Skip to content

Commit

Permalink
Fix lint introduced while fixing namespace perm
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gunderson <[email protected]>
  • Loading branch information
agunde406 committed Feb 7, 2024
1 parent 49d1ec5 commit ed43026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/scabbard/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ fn run() -> Result<(), CliError> {
let contract = matches
.value_of("contract")
.ok_or_else(|| CliError::MissingArgument("contract".into()))?;

DeleteNamespaceRegistryPermissionActionBuilder::new()
.with_namespace(namespace.into())
.with_contract_name(contract.into())
Expand Down

0 comments on commit ed43026

Please sign in to comment.