Skip to content

Commit cc9ce76

Browse files
authored
Merge pull request #2587 from camelid/patch-1
Add missing space in error message
2 parents 5392827 + 5414c42 commit cc9ce76

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
@@ -429,7 +429,7 @@ fn component_unavailable_msg(cs: &[Component], manifest: &Manifest, toolchain: &
429429
&cs[0].description(manifest),
430430
toolchain,
431431
if toolchain.starts_with("nightly") {
432-
"\nSometimes not all components are available in any given nightly."
432+
"\nSometimes not all components are available in any given nightly. "
433433
} else {
434434
""
435435
}

0 commit comments

Comments
 (0)