Skip to content

Commit fc38afb

Browse files
committed
fmt
1 parent fcd5fb7 commit fc38afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/server/soroban/get_classic_entries.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ describe("Server#getTrustline", () => {
197197
flags: 5, // authorized (0x1) + clawback (0x4)
198198
ext: new (xdr.TrustLineEntryExt as any)(0),
199199
});
200-
const clawbackEntryXDR = xdr.LedgerEntryData.trustline(clawbackEntry).toXDR("base64");
200+
const clawbackEntryXDR =
201+
xdr.LedgerEntryData.trustline(clawbackEntry).toXDR("base64");
201202

202203
return expectLedgerEntryFound(
203204
mockPost,

0 commit comments

Comments
 (0)