Skip to content

Commit c59b44f

Browse files
committed
fix linting
1 parent 44dc573 commit c59b44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph/src/identity/prove-ownership.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createPublicClient, http, verifyMessage, type Chain, type Hex, type WalletClient } from 'viem';
1+
import { http, type Chain, type Hex, type WalletClient, createPublicClient, verifyMessage } from 'viem';
22
import { privateKeyToAccount } from 'viem/accounts';
33

44
import type { SmartAccountClient } from 'permissionless';

0 commit comments

Comments
 (0)