Skip to content

Commit 9ae6f04

Browse files
Fix lint
1 parent 7c8dfbb commit 9ae6f04

File tree

1 file changed

+1
-2
lines changed
  • packages/snaps-sdk/src/internals

1 file changed

+1
-2
lines changed

packages/snaps-sdk/src/internals/uri.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { getErrorMessage } from '@metamask/snaps-sdk';
12
import {
23
refine,
34
string,
@@ -7,8 +8,6 @@ import {
78
} from '@metamask/superstruct';
89
import type { Struct } from '@metamask/superstruct';
910

10-
import { getErrorMessage } from '@metamask/snaps-sdk';
11-
1211
export type UriOptions<Type extends string> = {
1312
protocol?: Struct<Type>;
1413
hash?: Struct<Type>;

0 commit comments

Comments
 (0)