From 2a2a9fbae458b2033f794a3da3ac88b52ae530c5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 9 Jun 2015 03:34:48 -0400 Subject: [PATCH] chore(config) add "\n" --- lib/server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/config.js b/lib/server/config.js index d80b2f0f..e1d3a99b 100644 --- a/lib/server/config.js +++ b/lib/server/config.js @@ -180,4 +180,4 @@ json.password = password(algo, json.password); } -})(); \ No newline at end of file +})();