[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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) => {