Skip to content

Commit 0169a1c

Browse files
committed
prettier
1 parent f1784d8 commit 0169a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/node-oauth-client-provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { OAuthProviderOptions, StaticOAuthClientMetadata } from './types'
1010
import { readJsonFile, writeJsonFile, readTextFile, writeTextFile } from './mcp-auth-config'
1111
import { StaticOAuthClientInformationFull } from './types'
1212
import { getServerUrlHash, log, debugLog, DEBUG, MCP_REMOTE_VERSION } from './utils'
13-
import { randomUUID } from "node:crypto";
13+
import { randomUUID } from 'node:crypto'
1414

1515
/**
1616
* Implements the OAuthClientProvider interface for Node.js environments.
@@ -62,7 +62,7 @@ export class NodeOAuthClientProvider implements OAuthClientProvider {
6262
}
6363

6464
state(): string {
65-
return this._state;
65+
return this._state
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)