We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9221e33 commit bed71f9Copy full SHA for bed71f9
src/tools/clippy/clippy_lints/src/empty_line_after.rs
@@ -295,7 +295,7 @@ impl EmptyLineAfter {
295
});
296
297
diag.multipart_suggestion_with_style(
298
- format!("if the empty {lines} {are} unintentional remove {them}"),
+ format!("if the empty {lines} {are} unintentional, remove {them}"),
299
contiguous_empty_lines()
300
.map(|empty_lines| (empty_lines, String::new()))
301
.collect(),
0 commit comments