mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
chore: fix formatting (#21364)
This commit is contained in:
parent
e52033f0f7
commit
d65a297943
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -553,7 +553,7 @@ impl MainWorker {
|
|||
|
||||
event_loop_result = self.run_event_loop(false) => {
|
||||
event_loop_result?;
|
||||
|
||||
|
||||
receiver.await
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue