Add comma to panic message (#18048)

## Summary

Consistent with other variants of this, separate the conditional clause.
This commit is contained in:
Charlie Marsh 2025-05-12 11:52:55 -04:00 committed by GitHub
parent 6b3ff6f5b8
commit 3ccc0edfe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -605,7 +605,7 @@ where
"This indicates a bug in ty.",
));
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!";
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!";
diagnostic.sub(SubDiagnostic::new(Severity::Info, report_message));
diagnostic.sub(SubDiagnostic::new(
Severity::Info,