From 2ec4c2c6b3a3c70bf0c686b24a887073d19e8215 Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 9 Jan 2015 20:56:37 +0100 Subject: [PATCH] remove trailing newline just had to make a trivial change for dokku :shit: --- modules/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helpers.js b/modules/helpers.js index 4b59cd3..63b8719 100644 --- a/modules/helpers.js +++ b/modules/helpers.js @@ -227,4 +227,4 @@ exp.get_render = function(uuid, scale, helm, body, callback) { }); }; -module.exports = exp; +module.exports = exp; \ No newline at end of file