Skip to content

Commit 7a84ef7

Browse files
author
Calvinn Ng
committed
minor: fix indentation
1 parent d035588 commit 7a84ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/autocomplete/completionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export async function getTabCompletion(
217217
fullPrefix + fullSuffix,
218218
fullPrefix.length,
219219
ide,
220-
lang,
220+
lang,
221221
),
222222
new Promise((resolve) => {
223223
setTimeout(() => resolve([]), 100);

0 commit comments

Comments
 (0)