fixed indentation

This commit is contained in:
Arthur Ozga
2015-06-01 16:45:11 -07:00
parent ed46bc3b58
commit d25b91032f

View File

@@ -6,8 +6,8 @@ module ts {
export const enum ModuleInstanceState {
NonInstantiated = 0,
Instantiated = 1,
ConstEnumOnly = 2
Instantiated = 1,
ConstEnumOnly = 2
}
export function getModuleInstanceState(node: Node): ModuleInstanceState {