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:
parent
e472a4a5df
commit
c43f3a6658
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue