about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2022-05-29 10:37:05 -0500
committerJoshua Nelson <jnelson@cloudflare.com>2022-06-21 23:42:56 -0500
commit85c87f6c67f966e7b4fd292217c6db41fce88e0d (patch)
tree87eebf1e27072aec266863d086414da9a17107c4 /src/bootstrap
parent9cde0f7877bda27e13da269ff7e6171831c84ec1 (diff)
downloadrust-85c87f6c67f966e7b4fd292217c6db41fce88e0d.tar.gz
rust-85c87f6c67f966e7b4fd292217c6db41fce88e0d.zip
Add bootstrap to tidy check
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 37ed9a0b853..859d35b7d7b 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -549,7 +549,7 @@ impl Build {
         ];
         for s in rust_submodules {
             build.update_submodule(Path::new(s));
-        } 
+        }
 
         build.verbose("learning about cargo");
         metadata::build(&mut build);