Skip to content

Commit 5a386e9

Browse files
committed
Auto merge of #5779 - alexcrichton:msg, r=dwijnand
Fix a formatting of a cargo fix message Something I saw in the report of #5775
2 parents 773e3b6 + 32a2888 commit 5a386e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/diagnostic_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl Message {
8383
config.shell().warn(&msg)?;
8484
write!(
8585
config.shell().err(),
86-
"The full error message was:\n\n> {}",
86+
"The full error message was:\n\n> {}\n\n",
8787
message,
8888
)?;
8989
write!(config.shell().err(), "{}", PLEASE_REPORT_THIS_BUG)?;

0 commit comments

Comments
 (0)