1
Fork 0
This commit is contained in:
Jana Dönszelmann 2025-02-07 16:00:27 +01:00
parent 9221e33766
commit bed71f9335
No known key found for this signature in database

View file

@ -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(),