From 4d7acaa55cc1c2964636f3ad841a44a4a5fc9f0d Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Wed, 26 Nov 2014 21:19:38 -0600 Subject: [PATCH] Newlines! --- cli-color/cli-color.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-color/cli-color.d.ts b/cli-color/cli-color.d.ts index 903bba914c..41cd17ccec 100644 --- a/cli-color/cli-color.d.ts +++ b/cli-color/cli-color.d.ts @@ -88,4 +88,4 @@ declare module "cli-color/throbber" { function setupThrobber(write: (str: string) => any, period: number, format?: clc.Format): setupThrobber.Throbber; export = setupThrobber; -} \ No newline at end of file +}