From 4d07fcfa810b951e251800e3897eb6510e22286d Mon Sep 17 00:00:00 2001 From: wandalen Date: Tue, 13 Aug 2024 16:20:42 +0300 Subject: [PATCH] . --- module/core/format_tools/src/format/print.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/core/format_tools/src/format/print.rs b/module/core/format_tools/src/format/print.rs index 40ce281ba4..0813475b70 100644 --- a/module/core/format_tools/src/format/print.rs +++ b/module/core/format_tools/src/format/print.rs @@ -217,7 +217,7 @@ pub( crate ) mod private // key string, width, index pub col_descriptors : HashMap< CellKey, ( Option< Cow< 'a, str > >, usize, usize ) >, - // height + // height pub row_descriptors : Vec< ( usize, ) >, /// Either slices or strings extracted for further processsing.