Skip to content

Commit 83f2312

Browse files
committed
fix: lint
1 parent 3895469 commit 83f2312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable

superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function createHierarchicalComparator(
243243
let currentGroup: GroupNode = groups;
244244
let diffIndex = -1;
245245

246-
for (let i = 0; i < minLen; i++) {
246+
for (let i = 0; i < minLen; i += 1) {
247247
if (a[i] !== b[i]) {
248248
diffIndex = i;
249249
break;

0 commit comments

Comments
 (0)