Skip to content

Commit 745668d

Browse files
committed
refactor(*): lint
1 parent 4c492ab commit 745668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

3-
import { err, Err } from './err'
3+
import { Err, err } from './err'
44
import { Ok, ok } from './ok'
55

66
export const safeTry = <

0 commit comments

Comments
 (0)