Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2023
1 parent 89d1f2c commit 32152b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export function sorted_indices(
return array[a][member] < array[b][member]
? -1
: array[a][member] > array[b][member]
? 1
: 0;
? 1
: 0;
});
return indices;
}
Expand Down

0 comments on commit 32152b4

Please sign in to comment.