diff --git a/ui/src/sandbox.rs b/ui/src/sandbox.rs index 8a3a0697b..6f247c569 100644 --- a/ui/src/sandbox.rs +++ b/ui/src/sandbox.rs @@ -286,7 +286,7 @@ impl Sandbox { let mut cmd = self.docker_command(Some(crate_type)); - cmd.arg("rustfmt").args(&["cargo", "fmt", "--", "--write-mode", "overwrite"]); + cmd.arg("rustfmt").args(&["cargo", "fmt"]); debug!("Formatting command is {:?}", cmd);