Skip to content

Commit bed71f9

Browse files
committed
fix typo
1 parent 9221e33 commit bed71f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/clippy/clippy_lints/src/empty_line_after.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl EmptyLineAfter {
295295
});
296296

297297
diag.multipart_suggestion_with_style(
298-
format!("if the empty {lines} {are} unintentional remove {them}"),
298+
format!("if the empty {lines} {are} unintentional, remove {them}"),
299299
contiguous_empty_lines()
300300
.map(|empty_lines| (empty_lines, String::new()))
301301
.collect(),

0 commit comments

Comments
 (0)