Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Aug 13, 2024
1 parent 139eba6 commit 4d07fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/core/format_tools/src/format/print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d07fcf

Please sign in to comment.