From 2395890268ebfe6daf053d9c3b3e29555c307226 Mon Sep 17 00:00:00 2001 From: Rowan Wyborn Date: Fri, 18 Dec 2015 22:25:23 +1100 Subject: [PATCH] fix trailing whitespace --- src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 977b2efac6a61..d09ebfef81f9d 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2382,7 +2382,7 @@ namespace ts { inlineSourceMap?: boolean; inlineSources?: boolean; jsx?: JsxEmit; - jsxNamespace? : string; + jsxNamespace? : string; listFiles?: boolean; locale?: string; mapRoot?: string;