From bc21e463575c38e23d3f3cd6e6fd62d728fa4a6c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 21 Mar 2018 15:07:16 -0700 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e2b550c..7b8b831 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1654,7 +1654,7 @@ impl Build { // interpretation at all, just pass it on through. This'll hopefully get // us to support spaces-in-paths. if Path::new(&tool).exists() { - return Some((tool, None, Vec::new())) + return Some((tool, None, Vec::new())); } // Ok now we want to handle a couple of scenarios. We'll assume from