0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

modules/console: Fix missing empty line separator.

This commit is contained in:
Jason Volk 2020-10-02 06:58:20 -07:00
parent e472a4a5df
commit c43f3a6658

View file

@ -4541,6 +4541,7 @@ _print_sst_info_full(opt &out,
close_size("file head phys size", f.meta_size);
close_size("file head virt size", f.head_size);
close_auto("file head compress percent", 100 - 100.0L * (f.meta_size / (long double)f.head_size));
close_auto("", "");
close_size("index size", f.index_size);
close_size("index head size", f.index_root_size);