Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
playX18 committed Jan 20, 2025
1 parent 43b171e commit 66c91c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ethexe/service/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ async fn uninitialized_program() {
.wait_for()
.await
.unwrap();
let init_reply = env.send_message(init_res.program_id, &init_payload, 0)
let init_reply = env
.send_message(init_res.program_id, &init_payload, 0)
.await
.unwrap();
let mirror = env.ethereum.mirror(init_res.program_id.try_into().unwrap());
Expand Down

0 comments on commit 66c91c2

Please sign in to comment.