Skip to content

Commit 32d1de9

Browse files
committed
lintfix
1 parent cdc151f commit 32d1de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export async function startLanguageServer(
193193

194194
async function initializeAuth(client: LanguageClient) {
195195
AuthUtil.create(new auth2.LanguageClientAuth(client, clientId, encryptionKey))
196-
196+
197197
// Migrate SSO connections from old Auth to the LSP identity server
198198
// This function only migrates connections once
199199
// This call can be removed once all/most users have updated to the latest AmazonQ version

0 commit comments

Comments
 (0)