Skip to content

Commit ba52dae

Browse files
committed
chore: fix eslint
1 parent 75928a2 commit ba52dae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xy/__tests__/xyToInterleaved.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test('empty', () => {
1414

1515
test('round-trip with xyFromInterleaved', () => {
1616
const interleaved = [1, 10, 2, 20, 3, 30];
17+
1718
expect(xyToInterleaved(xyFromInterleaved(interleaved))).toStrictEqual(
1819
interleaved,
1920
);

0 commit comments

Comments
 (0)