Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Dec 3, 2024
1 parent ef547c2 commit 2a9effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl Contract {
})
}

pub fn deploy(contract: AccountId, code: Vec<u8>) -> DeployContractBuilder {
pub const fn deploy(contract: AccountId, code: Vec<u8>) -> DeployContractBuilder {
DeployContractBuilder::new(contract, code)
}

Expand Down

0 comments on commit 2a9effc

Please sign in to comment.