Skip to content

Commit

Permalink
make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualButFake committed Aug 4, 2024
1 parent 31925d7 commit c3d876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function activate(context: vscode.ExtensionContext) {

const arr = !wordBefore
? Object.keys(EventParamToArray)
: WordToArray[keyIndex] ?? types;
: (WordToArray[keyIndex] ?? types);

const identifiers = arr.map((k) => {
return new vscode.CompletionItem(
Expand Down

0 comments on commit c3d876d

Please sign in to comment.