Skip to content

Commit b49be24

Browse files
committed
fix hygiene
1 parent c681888 commit b49be24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/html/server/src/modes/pathCompletion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function providePathSuggestions(value: string, range: Range, activeDocFsP
9292
label: f,
9393
kind: CompletionItemKind.File,
9494
textEdit: TextEdit.replace(replaceRange, f)
95-
};
95+
};
9696
}
9797
});
9898
} catch (e) {

0 commit comments

Comments
 (0)