Skip to content

Commit 758075c

Browse files
committed
fix: prettify
1 parent 7c5b93a commit 758075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/accounts/grpcProgramAccountSubscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class grpcProgramAccountSubscriber<
1515
T,
1616
> extends WebSocketProgramAccountSubscriber<T> {
1717
private client: Client;
18-
private stream: Awaited<ReturnType<Client["subscribe"]>>;
18+
private stream: Awaited<ReturnType<Client['subscribe']>>;
1919
private commitmentLevel: CommitmentLevel;
2020
public listenerId?: number;
2121

0 commit comments

Comments
 (0)