From 134a4083953270e8a11430395357fb70a29047ad Mon Sep 17 00:00:00 2001 From: "clang-format-7.0.1" Date: Fri, 26 Jul 2019 18:20:35 -0400 Subject: SERVER-41772 Apply clang-format 7.0.1 to the codebase --- jstests/perf/mr_bench.js | 2 +- jstests/perf/v8_mapreduce.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'jstests/perf') diff --git a/jstests/perf/mr_bench.js b/jstests/perf/mr_bench.js index ea506578d86..c141e112163 100644 --- a/jstests/perf/mr_bench.js +++ b/jstests/perf/mr_bench.js @@ -47,7 +47,7 @@ m2 = function() { r = function(k, vals) { var tmp = {}; vals.forEach(function(i) { - if (typeof(i) == 'string') { + if (typeof (i) == 'string') { tmp[i] = true; } else { for (var z in i) diff --git a/jstests/perf/v8_mapreduce.js b/jstests/perf/v8_mapreduce.js index c2123c89403..46afcf37082 100644 --- a/jstests/perf/v8_mapreduce.js +++ b/jstests/perf/v8_mapreduce.js @@ -77,7 +77,6 @@ if (/V8/.test(interpreterVersion()) && db.runCommand({buildinfo: 1}).javascriptE db.getLastError(); var mrWorkFunction = function() { - function verifyOutput(out) { // printjson(out); assert.eq(out.counts.input, 51200, "input count is wrong"); -- cgit v1.2.1