0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-15 09:31:46 +02:00

modules/console: Fix db files cmd table header alignment (c807550ca7)

This commit is contained in:
Jason Volk 2023-04-05 19:30:47 -07:00
parent c02b3d845f
commit 4518cf104a

View file

@ -4596,7 +4596,7 @@ static void
_print_sst_info_header(opt &out)
{
out << std::left << std::setfill(' ')
<< std::setw(3) << "chkp"
<< std::setw(3) << "cp"
<< " " << std::setw(12) << "name"
<< " " << std::setw(32) << "creation"
<< " " << std::setw(3) << "flt"