Skip to content

Commit 75872e6

Browse files
committed
prettier fix
1 parent 5eadcaf commit 75872e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ describe('OAuth Authorization', () => {
11651165
}),
11661166
expect.objectContaining({
11671167
method: 'POST'
1168-
}),
1168+
})
11691169
);
11701170

11711171
const options = mockFetch.mock.calls[0][1];

0 commit comments

Comments
 (0)