mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +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();
|
.collect();
|
||||||
}
|
}
|
||||||
None => {
|
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.
|
// 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