From 3971dcfe10b94e901a224b5328a9dafd1e2ecc08 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 31 Jul 2019 17:11:37 -0400 Subject: Use system rustfmt instead of fixed binary (#2701) --- core/isolate.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/isolate.rs') 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); -- cgit v1.2.3