From e67c7cf17447799c87bba218d8eea9dbcd4afdbc Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Wed, 11 Dec 2024 12:46:03 -0800 Subject: [PATCH] prettier --- sdk/src/driftClient.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk/src/driftClient.ts b/sdk/src/driftClient.ts index 214daf805..400a9f8c2 100644 --- a/sdk/src/driftClient.ts +++ b/sdk/src/driftClient.ts @@ -5290,9 +5290,11 @@ export class DriftClient { } public async getLogUserBalancesIx( - userAccountPublicKey: PublicKey, + userAccountPublicKey: PublicKey ): Promise { - const userAccount = (await this.program.account.user.fetch(userAccountPublicKey)) as UserAccount; + const userAccount = (await this.program.account.user.fetch( + userAccountPublicKey + )) as UserAccount; const remainingAccounts = this.getRemainingAccounts({ userAccounts: [userAccount], });