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) --- cli/resources.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/resources.rs') diff --git a/cli/resources.rs b/cli/resources.rs index 9ef12a429..67061efe7 100644 --- a/cli/resources.rs +++ b/cli/resources.rs @@ -543,7 +543,8 @@ pub fn seek( deno_error::DenoError::new( deno_error::ErrorKind::InvalidSeekMode, format!("Invalid seek mode: {}", whence), - ).into(), + ) + .into(), )); } }; -- cgit v1.2.3