Skip to content

Commit ce24d49

Browse files
committed
chore: fix eslint
1 parent 190176c commit ce24d49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/index.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { SparseMatrix } from '..';
21
import { describe, it, expect } from 'vitest';
32

3+
import { SparseMatrix } from '..';
4+
45
describe('Sparse Matrix', () => {
56
it('mmul', () => {
67
let m1 = new SparseMatrix([

0 commit comments

Comments
 (0)