Skip to content

Commit

Permalink
fix header size
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Mar 27, 2022
1 parent b9e76de commit 3bf1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (binSize === null) {
...(scottBinsize && { "binsize(Scott's)": scottBinsize }),
};
const { println, showHeader, hr } = formatter(
sturgesFormulaIsInvalid ? 18 : 17,
sturgesFormulaIsInvalid ? 17 : 18,
getMaxLength(stats),
);
hasHeader ? showHeader(headerName) : hr();
Expand Down

0 comments on commit 3bf1ebe

Please sign in to comment.