Fix indentation

This commit is contained in:
Alex Dima 2019-08-13 14:51:04 +02:00
parent 8e01f87054
commit 7e5cb3e7ac
3 changed files with 41 additions and 42 deletions

View file

@ -144,7 +144,6 @@ export class LanguageServiceDefaultsImpl implements monaco.languages.typescript.
//#region enums copied from typescript to prevent loading the entire typescriptServices --- //#region enums copied from typescript to prevent loading the entire typescriptServices ---
enum ModuleKind { enum ModuleKind {
None = 0, None = 0,
CommonJS = 1, CommonJS = 1,