Skip to content

Commit

Permalink
sty: Indicate unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 25, 2024
1 parent 4e5f69b commit 5945852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/_layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class TableLayout {
padding.filter((x) => x).reduce((a, b) => a + b);
if (totalWidth > maxAllowable && this.options.colRigidity != 1) {
const rigidity = width.map(
(w, i) => (
(_w, i) => (
Array.isArray(this.options.colRigidity)
? this.options.colRigidity[i]
: this.options.colRigidity
Expand Down

0 comments on commit 5945852

Please sign in to comment.