Skip to content

Commit 7b11e01

Browse files
committed
fix: prettier
1 parent 6747d2e commit 7b11e01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sdk/src/accounts/grpcDriftClientAccountSubscriberV2.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,12 @@ export class grpcDriftClientAccountSubscriberV2 extends WebSocketDriftClientAcco
392392
const sources = pubkeyToSources.get(accountId.toBase58());
393393
if (sources) {
394394
for (const source of sources.values()) {
395-
this.eventEmitter.emit('oraclePriceUpdate', accountId, source, data);
395+
this.eventEmitter.emit(
396+
'oraclePriceUpdate',
397+
accountId,
398+
source,
399+
data
400+
);
396401
}
397402
}
398403
this.eventEmitter.emit('update');

0 commit comments

Comments
 (0)