Skip to content

Commit

Permalink
starknet-gauntlet/provider/index.ts: prettier fix for an unrelated ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
cfal committed Mar 6, 2024
1 parent b6b08c1 commit 25a700a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages-ts/starknet-gauntlet/src/provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface IProvider<P> {
signAndSend: (calls: Call[], wait?: boolean) => Promise<TransactionResponse>
}

export interface IStarknetProvider extends IProvider<StarknetProvider> { }
export interface IStarknetProvider extends IProvider<StarknetProvider> {}
export const makeProvider = (
url: string,
wallet?: IStarknetWallet,
Expand Down

0 comments on commit 25a700a

Please sign in to comment.