From bbe902748429cf52d8d260bd45f6555a14ba9d4b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Aug 2017 10:17:40 -0600 Subject: RrdQueryRemote#_callRemote: fix indentation --- jarmon/jarmon.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js index e3bb382..9176719 100644 --- a/jarmon/jarmon.js +++ b/jarmon/jarmon.js @@ -350,18 +350,17 @@ jarmon.RrdQueryRemote.prototype._callRemote = function(methodName, args) { function(res) { if(res instanceof Error) { //ret.reject(res); - result = { - data: [ - [args[0], 0], - [args[1], 0] - ], - lines: { - lineWidth: 0 - } - }; + result = { + data: [ + [args[0], 0], + [args[1], 0] + ], + lines: { + lineWidth: 0 + } + }; ret.resolve(result); return result; - } else { // Upon successful download convert the resulting binary // into an RRD file -- cgit v1.1-4-g5e80