Skip to content

Commit bf38919

Browse files
lint fix (#4789)
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent c749059 commit bf38919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ export class ProposedTransformationExplorer {
281281
transformDataProvider.refresh()
282282
)
283283

284-
vscode.commands.registerCommand('aws.amazonq.transformationHub.reviewChanges.reset', async () =>
285-
await reset()
286-
)
284+
vscode.commands.registerCommand('aws.amazonq.transformationHub.reviewChanges.reset', async () => await reset())
287285

288286
vscode.commands.registerCommand('aws.amazonq.transformationHub.reviewChanges.reveal', async () => {
289287
await vscode.commands.executeCommand('setContext', 'gumby.transformationProposalReviewInProgress', true)

0 commit comments

Comments
 (0)