Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 committed Jul 14, 2023
1 parent 708b715 commit a8fbd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/src/cheatcodes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn declare(contract: felt252) -> Result::<felt252, felt252> {
}

fn deploy(prepared_contract: PreparedContract) -> Result::<felt252, RevertedTransaction> {
let PreparedContract{ class_hash, constructor_calldata } = prepared_contract;
let PreparedContract{class_hash, constructor_calldata } = prepared_contract;
let mut inputs = array![class_hash];

let calldata_len_felt = constructor_calldata.len().into();
Expand Down

0 comments on commit a8fbd0d

Please sign in to comment.