diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-27 19:03:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 00:03:15 +0000 |
commit | d65a297943b57f6492909041aadf72323f503f09 (patch) | |
tree | ec7d4f7423e66f0729fae0fbcf481a52a9c25a5c /runtime/worker.rs | |
parent | e52033f0f71cec42228973a5ae651e47f7762b84 (diff) |
chore: fix formatting (#21364)
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r-- | runtime/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs index 1a1e07a4d..542a1a64b 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -553,7 +553,7 @@ impl MainWorker { event_loop_result = self.run_event_loop(false) => { event_loop_result?; - + receiver.await } } |