Skip to content

Commit 7005c4c

Browse files
committed
Fix formatting
1 parent 06c0d95 commit 7005c4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

authorization_server_test.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,11 @@ test(
314314
const getAuthenticatedClient = stub(
315315
refreshTokenGrant,
316316
"getAuthenticatedClient",
317-
() => Promise.resolve({
318-
...client,
319-
grants: ["fake"],
320-
}),
317+
() =>
318+
Promise.resolve({
319+
...client,
320+
grants: ["fake"],
321+
}),
321322
);
322323
try {
323324
const request = fakeTokenRequest(

0 commit comments

Comments
 (0)