Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Dec 19, 2024
1 parent d4dfd7f commit ca9ce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkstack_cli/crates/zkstack/src/enable_evm_emulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub async fn enable_evm_emulator(
l1_rpc_url: String,
) -> anyhow::Result<()> {
let enable_evm_emulator_contract = BaseContract::from(
parse_abi(&["function chainAllowEvmEmulation(address chainAdmin, address target) public",])
parse_abi(&["function chainAllowEvmEmulation(address chainAdmin, address target) public"])
.unwrap(),
);
let calldata = enable_evm_emulator_contract
Expand Down

0 comments on commit ca9ce5a

Please sign in to comment.