mirror of https://github.com/astral-sh/ruff
[ty] Fix missing newline before first diagnostic (#21058)
This commit is contained in:
parent
6f0982d2d6
commit
f36fa7d6c1
|
|
@ -280,7 +280,7 @@ impl MainLoop {
|
||||||
|
|
||||||
match salsa::Cancelled::catch(|| {
|
match salsa::Cancelled::catch(|| {
|
||||||
db.check_with_reporter(&mut reporter);
|
db.check_with_reporter(&mut reporter);
|
||||||
reporter.bar.finish();
|
reporter.bar.finish_and_clear();
|
||||||
reporter.collector.into_sorted(&db)
|
reporter.collector.into_sorted(&db)
|
||||||
}) {
|
}) {
|
||||||
Ok(result) => {
|
Ok(result) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue