update table comments

This commit is contained in:
Darren Schroeder 2024-07-09 19:52:57 -05:00 committed by GitHub
parent ff27d6a18e
commit ad8054ebed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
} }
}; };