This commit is contained in:
Jana Dönszelmann
2025-02-07 16:00:27 +01:00
parent 9221e33766
commit bed71f9335
@@ -295,7 +295,7 @@ fn check_gaps(&self, cx: &EarlyContext<'_>, gaps: &[Gap<'_>], id: NodeId) {
});
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(),