Fix trace formatting error

This commit is contained in:
Jeremy 2023-07-23 10:31:50 -04:00
parent 75df02f7a3
commit bfb94d7e52
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -73,6 +73,7 @@ namespace cpptrace {
<< std::setw(static_cast<int>(frame_number_width))
<< std::left
<< counter++
<< std::right
<< " "
<< std::hex
<< BLUE