Skip to content

Commit 228e495

Browse files
committed
Remove trailing whitespace
1 parent 0a014c6 commit 228e495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl Config {
266266
set(&mut config.llvm_version_check, llvm.version_check);
267267
set(&mut config.llvm_static_stdcpp, llvm.static_libstdcpp);
268268
}
269-
269+
270270
if let Some(ref rust) = toml.rust {
271271
set(&mut config.rust_debug_assertions, rust.debug_assertions);
272272
set(&mut config.rust_debuginfo, rust.debuginfo);

0 commit comments

Comments
 (0)