fix spacing
This commit is contained in:
parent
863c358dc2
commit
149c246d2f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user