Skip to content

Commit 3ccc0ed

Browse files
Add comma to panic message (astral-sh#18048)
## Summary Consistent with other variants of this, separate the conditional clause.
1 parent 6b3ff6f commit 3ccc0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty_project/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ where
605605
"This indicates a bug in ty.",
606606
));
607607

608-
let report_message = "If you could open an issue at https://github.com/astral-sh/ty/issues/new?title=%5Bpanic%5D we'd be very appreciative!";
608+
let report_message = "If you could open an issue at https://github.com/astral-sh/ty/issues/new?title=%5Bpanic%5D, we'd be very appreciative!";
609609
diagnostic.sub(SubDiagnostic::new(Severity::Info, report_message));
610610
diagnostic.sub(SubDiagnostic::new(
611611
Severity::Info,

0 commit comments

Comments
 (0)