From ef109c705468fcadd22d99608a3732f276e4e1e8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 29 Oct 2014 10:23:05 -0400 Subject: [PATCH] chore(help) add "\n" --- lib/client/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client/help.js b/lib/client/help.js index 06fe4436..ccf8c594 100644 --- a/lib/client/help.js +++ b/lib/client/help.js @@ -1,5 +1,6 @@ var CloudCmd, Util, DOM; -(function(CloudCmd, Util, DOM){ + +(function(CloudCmd, Util, DOM) { 'use strict'; CloudCmd.Help = HelpProto;