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 bdc7e32 commit 0336693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { expectType, expectAssignable, expectNotAssignable } from 'tsd'
import { expectAssignable, expectNotAssignable, expectType } from 'tsd'

import safeJsonValue, {
type Options,
type Change,
type Options,
type Reason,
} from 'safe-json-value'

Expand Down

0 comments on commit 0336693

Please sign in to comment.