Skip to content

Commit 54a7912

Browse files
committed
chore: make lint happy
1 parent ad2506a commit 54a7912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/simulation_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async fn setup_basic() -> eyre::Result<(
6464
let client = Arc::new(_client);
6565
let ep = deploy_entry_point(client.clone()).await?;
6666
let paymaster = deploy_test_opcode_account(client.clone()).await?;
67-
67+
6868
ep.contract()
6969
.deposit_to(paymaster.address)
7070
.value(parse_units("0.1", "ether").unwrap())

0 commit comments

Comments
 (0)