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 66e10dc commit 0699808
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 errorHttpResponse, {
type Options,
type HttpResponse,
type Options,
} from 'error-http-response'

const error = new Error('')
Expand Down

0 comments on commit 0699808

Please sign in to comment.