Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusgo committed Aug 24, 2023
1 parent d303bb0 commit 9c732aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotham/src/workers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Workers {
.unwrap();

println!("[HOTHAM_WORKER] Runtime starting..");
runtime.block_on(async { local_set.await });
runtime.block_on(local_set);
panic!("[HOTHAM_WORKER] RUNTIME FINISHED - THIS SHOULD NOT HAPPEN");
});

Expand Down

0 comments on commit 9c732aa

Please sign in to comment.