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/web_worker.rs | |
parent | e52033f0f71cec42228973a5ae651e47f7762b84 (diff) |
chore: fix formatting (#21364)
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r-- | runtime/web_worker.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs index 243c60a29..9e8fc8097 100644 --- a/runtime/web_worker.rs +++ b/runtime/web_worker.rs @@ -698,7 +698,7 @@ impl WebWorker { event_loop_result = self.js_runtime.run_event_loop(false) => { event_loop_result?; - + receiver.await } } @@ -730,7 +730,7 @@ impl WebWorker { return Ok(()); } event_loop_result?; - + receiver.await } } |