Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Dec 3, 2024
1 parent 41ab7e0 commit 7dee3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sovereign-forge/src/common/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub trait UtilsModule: super::storage::StorageModule {
self.sovereigns_mapper(caller).is_empty(),
"The current caller has not deployed any Sovereign Chain"
);
self.check_if_contract_deployed(&caller, ScArray::ChainConfig, b"ChainConfig");
self.check_if_contract_deployed(caller, ScArray::ChainConfig, b"ChainConfig");
}

fn check_if_contract_deployed(
Expand Down

0 comments on commit 7dee3f2

Please sign in to comment.