diff options
| author | Jana Dönszelmann <jana@donsz.nl> | 2025-02-07 16:00:27 +0100 |
|---|---|---|
| committer | Jana Dönszelmann <jana@donsz.nl> | 2025-02-07 16:47:26 +0100 |
| commit | 8ebc52e0321053a3e7e4693ab7ba05b293871dbc (patch) | |
| tree | 0acd7e6301e240cb656866e71df8b1be5fca98a5 | |
| parent | 4044c1aa496e39e4fc1ec34d646d84ea639253ad (diff) | |
| download | rust-8ebc52e0321053a3e7e4693ab7ba05b293871dbc.tar.gz rust-8ebc52e0321053a3e7e4693ab7ba05b293871dbc.zip | |
fix typo
| -rw-r--r-- | clippy_lints/src/empty_line_after.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/empty_line_after.rs b/clippy_lints/src/empty_line_after.rs index 89ddd885b6e..578ff6e38a6 100644 --- a/clippy_lints/src/empty_line_after.rs +++ b/clippy_lints/src/empty_line_after.rs @@ -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(), |
