Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Jul 10, 2024
1 parent 24c94eb commit 642c2c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/src/contracts/client/mailboxclient_component.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ pub mod MailboxclientComponent {
/// # Returns
///
/// ContractAddress - The defined ISM
fn interchain_security_module(
self: @ComponentState<TContractState>
) -> ContractAddress {
fn interchain_security_module(self: @ComponentState<TContractState>) -> ContractAddress {
self.interchain_security_module.read()
}

Expand Down

0 comments on commit 642c2c7

Please sign in to comment.