From dea66a66dc93118abdde6eec558d12d33c267829 Mon Sep 17 00:00:00 2001 From: Jason Ramsay Date: Wed, 15 Jul 2015 14:19:54 -0700 Subject: [PATCH] Fix comment spacing for readDirectory in shims.ts --- src/services/shims.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/services/shims.ts b/src/services/shims.ts index 362293c0c79..e2055b3de77 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -64,7 +64,8 @@ namespace ts { /** Public interface of the the of a config service shim instance.*/ export interface CoreServicesShimHost extends Logger { - /** Returns a JSON-encoded value of the type: string[] + /** + * Returns a JSON-encoded value of the type: string[] * * @param exclude A JSON encoded string[] containing the paths to exclude * when enumerating the directory.