Skip to content

Commit f7517bc

Browse files
committed
format
1 parent 5da5fa4 commit f7517bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/amazonq/lsp/lspClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class LspClient {
110110
filePath: path,
111111
})
112112
const encrpted = await this.encrypt(request)
113-
let resp: any = await this.client?.sendRequest(QueryInlineProjectContextRequestType, encrpted)
113+
const resp: any = await this.client?.sendRequest(QueryInlineProjectContextRequestType, encrpted)
114114
return resp
115115
} catch (e) {
116116
getLogger().error(`LspClient: queryInlineProjectContext error: ${e}`)

packages/core/src/amazonqFeatureDev/session/sessionState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@ export class PrepareCodeGenState implements SessionState {
533533
)
534534
return nextState.interact(action)
535535
}
536-
}
536+
}

0 commit comments

Comments
 (0)