Skip to content

Commit 1180243

Browse files
committed
fix(banner): add spacing between label and value in runtime logs
2 parents e3ca623 + 01f7298 commit 1180243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/vix/utils/ServerPrettyLogs.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,11 @@ namespace vix::utils
640640
bool color)
641641
{
642642
const std::string lbl = pad_label(label);
643+
643644
std::cerr << " "
644645
<< reset_style(icon, color) << " "
645646
<< (color ? bold(white_bright(lbl, true), true) : lbl)
647+
<< " "
646648
<< (dim_value ? dim(value, color) : link(value, color))
647649
<< "\n";
648650
}

0 commit comments

Comments
 (0)