Skip to content

Commit 7e7c214

Browse files
committed
tidy: avoid long line
1 parent 3f7ef2d commit 7e7c214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/dist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,8 @@ impl Step for LlvmTools {
19101910
/* run only if llvm-config isn't used */
19111911
if let Some(config) = builder.config.target_config.get(&target) {
19121912
if let Some(ref _s) = config.llvm_config {
1913-
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM", stage, target));
1913+
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM",
1914+
stage, target));
19141915
return None;
19151916
}
19161917
}

0 commit comments

Comments
 (0)