Adjust formatting

This commit is contained in:
Michael Pfaff 2023-07-01 13:14:28 -04:00
parent 0e0eaa8d2e
commit c56927e7a4
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

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")]