From 23be471def7c30dd5b2ce7959986b2259c7fb723 Mon Sep 17 00:00:00 2001 From: Yui T Date: Thu, 25 May 2017 21:52:23 -0700 Subject: [PATCH] Fix linting --- src/compiler/binder.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 80bdeae6df..ec3e815758 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -1,4 +1,4 @@ -/// +/// /// /* @internal */ @@ -3596,4 +3596,4 @@ namespace ts { return TransformFlags.NodeExcludes; } } -} +} \ No newline at end of file