Adjust formatting

This commit is contained in:
Michael Pfaff 2023-07-01 13:14:28 -04:00
commit c56927e7a4
No known key found for this signature in database
GPG key ID: CF402C4A012AA9D4

View file

@ -118,7 +118,7 @@ impl fmt::Display for Detail {
match self {
Self::Str(s) => f.write_str(s),
Self::String(s) => f.write_str(s),
Self::Location(l) => write!(f, "At {l}"),
Self::Location(l) => write!(f, "at {l}"),
#[cfg(feature = "backtrace")]
Self::Backtrace(PrivateBacktrace(Backtrace::Unsupported)) => f.write_str("I'd like to show you a backtrace,\n but it's not supported on your platform"),
#[cfg(feature = "backtrace")]