Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Feb 7, 2025
1 parent 9221e33 commit bed71f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/empty_line_after.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl EmptyLineAfter {
});

diag.multipart_suggestion_with_style(
format!("if the empty {lines} {are} unintentional remove {them}"),
format!("if the empty {lines} {are} unintentional, remove {them}"),
contiguous_empty_lines()
.map(|empty_lines| (empty_lines, String::new()))
.collect(),
Expand Down

0 comments on commit bed71f9

Please sign in to comment.