Skip to content

Commit 19dc287

Browse files
committed
Resolving prettier changes
1 parent adbfabd commit 19dc287

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/client/src/client/xaaUtil.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import type { FetchLike, OAuthAccessTokenResponseType, OAuthErrorFields, OAuthErrorType, OAuthTokenExchangeResponseType } from '@modelcontextprotocol/core';
1+
import type {
2+
FetchLike,
3+
OAuthAccessTokenResponseType,
4+
OAuthErrorFields,
5+
OAuthErrorType,
6+
OAuthTokenExchangeResponseType
7+
} from '@modelcontextprotocol/core';
28
import { OAuthClientAssertionType, OAuthErrorTypes, OAuthGrantType, OAuthTokenType } from '@modelcontextprotocol/core';
39
import qs from 'qs';
410

0 commit comments

Comments
 (0)