[ty] Fix missing newline before first diagnostic (#21058)

This commit is contained in:
Micha Reiser
2025-10-24 17:35:23 +02:00
committed by GitHub
parent 6f0982d2d6
commit f36fa7d6c1

View File

@@ -280,7 +280,7 @@ impl MainLoop {
match salsa::Cancelled::catch(|| {
db.check_with_reporter(&mut reporter);
reporter.bar.finish();
reporter.bar.finish_and_clear();
reporter.collector.into_sorted(&db)
}) {
Ok(result) => {