Skip to content

Commit 678431d

Browse files
committed
refactor(*): lint
1 parent 735f904 commit 678431d

File tree

1 file changed

+1
-1
lines changed
  • packages/std/src/results/utils

1 file changed

+1
-1
lines changed

packages/std/src/results/utils/try.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isPromise, type BlobType } from '../../shared'
1+
import { type BlobType, isPromise } from '../../shared'
22

33
import { resultTags } from '../tag'
44
import { handleCatch, handleThen } from './internal/handlers'

0 commit comments

Comments
 (0)