Skip to content

Commit 3765bfd

Browse files
chore: lint
1 parent 3a57737 commit 3765bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upgrade/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function checkOrPromptToEnableAppModExtension(keyword: string) {
9292
if (choice2 === BTN_TEXT) {
9393
await commands.executeCommand("workbench.extensions.search", ExtensionName.APP_MODERNIZATION_FOR_JAVA);
9494
}
95-
})()
95+
})();
9696
}
9797

9898
export async function checkOrPopupToInstallAppModExtensionForModernization(

0 commit comments

Comments
 (0)