Skip to content

Commit 34d888d

Browse files
Sm2.1.0 update (#27)
* Updated to SSML 2.1 * Minor change log and license updates. * AWS updates to package-lock * added recommended query to codeql * Removed clutter * Addressed CodeQL warning. Co-authored-by: John Iwasz <[email protected]>
1 parent 99feba5 commit 34d888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hoverProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ provideCompletionItems(
9090
snippetItems.forEach(i => {
9191
retResults.items.push(i);
9292

93-
})
93+
});
9494

9595
retResults.isIncomplete = false;
9696

0 commit comments

Comments
 (0)