fix spacing
This commit is contained in:
parent
863c358dc2
commit
149c246d2f
@ -219,7 +219,8 @@ namespace cpptrace {
|
||||
if(!frame.filename.empty()) {
|
||||
microfmt::print(
|
||||
stream,
|
||||
" at {}{}{}",
|
||||
"{}at {}{}{}",
|
||||
frame.symbol.empty() ? "" : " ",
|
||||
green,
|
||||
options.paths == path_mode::full ? frame.filename : detail::basename(frame.filename, true),
|
||||
reset
|
||||
|
||||
Loading…
Reference in New Issue
Block a user