fix spacing

This commit is contained in:
Tsche 2025-02-28 05:50:10 +01:00 committed by GitHub
parent 863c358dc2
commit 149c246d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -219,7 +219,8 @@ namespace cpptrace {
if(!frame.filename.empty()) { if(!frame.filename.empty()) {
microfmt::print( microfmt::print(
stream, stream,
" at {}{}{}", "{}at {}{}{}",
frame.symbol.empty() ? "" : " ",
green, green,
options.paths == path_mode::full ? frame.filename : detail::basename(frame.filename, true), options.paths == path_mode::full ? frame.filename : detail::basename(frame.filename, true),
reset reset