Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2024
1 parent 1502edb commit f81bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import bigCartesian from 'big-cartesian'
import { expectType, expectNever } from 'tsd'
import { expectNever, expectType } from 'tsd'

const emptyArray = [] as const
const oneEmptyArray = [emptyArray] as const
Expand Down

0 comments on commit f81bcb9

Please sign in to comment.