diff options
Diffstat (limited to 'core/isolate.rs')
-rw-r--r-- | core/isolate.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/isolate.rs b/core/isolate.rs index 8ad8ef8b2..5df5b4d3c 100644 --- a/core/isolate.rs +++ b/core/isolate.rs @@ -792,7 +792,8 @@ pub mod tests { let control = new Uint8Array([42]); Deno.core.send(control); "#, - ).unwrap(); + ) + .unwrap(); assert_eq!(dispatch_count.load(Ordering::Relaxed), 0); let imports = isolate.mod_get_imports(mod_a); |