mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
update table comments
This commit is contained in:
parent
ff27d6a18e
commit
ad8054ebed
@ -966,10 +966,10 @@ impl TableOption<NuRecords, CompleteDimensionVecRecords<'_>, ColoredConfig> for
|
||||
.collect();
|
||||
}
|
||||
None => {
|
||||
// we don't have widths cached; which means that NO widtds adjustmens were done
|
||||
// we don't have widths cached; which means that NO width adjustments were done
|
||||
// which means we are OK to leave columns as they are.
|
||||
//
|
||||
// but we are actually always got to have widths at this point
|
||||
// but we actually always have to have widths at this point
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user