about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Simpkins <git.simpkins@gmail.com>2020-03-09 22:15:41 -0400
committerChris Simpkins <git.simpkins@gmail.com>2020-03-09 22:15:41 -0400
commit4922b683de170c70260b73426ccf16172fa63b7f (patch)
tree5582fa1937bc5516c917f27d02addf98c04c9d57
parent9f734c978c4c32eea552d45fef582804c1d2b9bf (diff)
downloadrust-4922b683de170c70260b73426ccf16172fa63b7f.tar.gz
rust-4922b683de170c70260b73426ccf16172fa63b7f.zip
remove trailing whitespace (tidy)
-rw-r--r--src/bootstrap/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs
index a8b76c44f79..4b04ee84c31 100644
--- a/src/bootstrap/flags.rs
+++ b/src/bootstrap/flags.rs
@@ -367,7 +367,7 @@ Arguments:
         ./x.py test src/libstd --stage 0 --no-doc
         ./x.py test src/test/ui --bless
         ./x.py test src/test/ui --compare-mode nll
-    
+
     Note that `test src/test/* --stage N` does NOT depend on `build src/rustc --stage N`;
     just like `build src/libstd --stage N` it tests the compiler produced by the previous
     stage.