Skip to content

Commit 31cc426

Browse files
committed
Add missing space in error message
A followup to 5414c42 which didn't fix every codepath.
1 parent 3c3a27f commit 31cc426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ fn component_unavailable_msg(cs: &[Component], manifest: &Manifest, toolchain: &
431431
if toolchain.starts_with("nightly") {
432432
"\nSometimes not all components are available in any given nightly. "
433433
} else {
434-
""
434+
" "
435435
}
436436
);
437437

0 commit comments

Comments
 (0)