From 3060e1d63d5c8948b2aa5156621a10a3f7b5e3bf Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 2 Oct 2015 15:01:38 +0200 Subject: [PATCH] lintify: break lines. --- js/server/modules/org/arangodb/testing.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/js/server/modules/org/arangodb/testing.js b/js/server/modules/org/arangodb/testing.js index adfed95b3e..b86ab16538 100644 --- a/js/server/modules/org/arangodb/testing.js +++ b/js/server/modules/org/arangodb/testing.js @@ -2084,7 +2084,19 @@ testFuncs.authentication_parameters = function (options) { return results; }; -var internalMembers = ["code", "error", "status", "duration", "failed", "total", "crashed", "all_ok", "ok", "message", "suiteName"]; +var internalMembers = [ + "code", + "error", + "status", + "duration", + "failed", + "total", + "crashed", + "all_ok", + "ok", + "message", + "suiteName" +]; function unitTestPrettyPrintResults(r) { var testrun;