mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 04:06:39 +02:00
clean up some todo comments in grid
This commit is contained in:
@@ -312,7 +312,6 @@ impl Grid {
|
||||
}
|
||||
|
||||
fn theoretical_max_num_lines(&self, maximum_width: usize) -> usize {
|
||||
// TODO: Make code readable / efficient.
|
||||
let mut theoretical_min_num_cols = 0;
|
||||
let mut col_total_width_so_far = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user