fix typo
This commit is contained in:
parent
9221e33766
commit
bed71f9335
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue