Skip to content

Commit f36fa7d

Browse files
authored
[ty] Fix missing newline before first diagnostic (#21058)
1 parent 6f0982d commit f36fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl MainLoop {
280280

281281
match salsa::Cancelled::catch(|| {
282282
db.check_with_reporter(&mut reporter);
283-
reporter.bar.finish();
283+
reporter.bar.finish_and_clear();
284284
reporter.collector.into_sorted(&db)
285285
}) {
286286
Ok(result) => {

0 commit comments

Comments
 (0)