Skip to content

Commit fb487a7

Browse files
committed
remove whitespace changes
1 parent 9bda5df commit fb487a7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/client/sse.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,7 @@ describe('SSEClientTransport', () => {
355355
get clientMetadata() {
356356
return { redirect_uris: ['http://localhost/callback'] };
357357
},
358-
clientInformation: jest.fn(() => ({
359-
client_id: 'test-client-id',
360-
client_secret: 'test-client-secret'
361-
})),
358+
clientInformation: jest.fn(() => ({ client_id: 'test-client-id', client_secret: 'test-client-secret' })),
362359
tokens: jest.fn(),
363360
saveTokens: jest.fn(),
364361
redirectToAuthorization: jest.fn(),

src/client/streamableHttp.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ describe('StreamableHTTPClientTransport', () => {
1515
get clientMetadata() {
1616
return { redirect_uris: ['http://localhost/callback'] };
1717
},
18-
clientInformation: jest.fn(() => ({
19-
client_id: 'test-client-id',
20-
client_secret: 'test-client-secret'
21-
})),
18+
clientInformation: jest.fn(() => ({ client_id: 'test-client-id', client_secret: 'test-client-secret' })),
2219
tokens: jest.fn(),
2320
saveTokens: jest.fn(),
2421
redirectToAuthorization: jest.fn(),

0 commit comments

Comments
 (0)