summaryrefslogtreecommitdiff
path: root/jstests/core/grow_hash_table.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/grow_hash_table.js')
-rw-r--r--jstests/core/grow_hash_table.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/jstests/core/grow_hash_table.js b/jstests/core/grow_hash_table.js
index b26baae31af..d35ffa65405 100644
--- a/jstests/core/grow_hash_table.js
+++ b/jstests/core/grow_hash_table.js
@@ -11,12 +11,8 @@ var testDB = db.getSiblingDB('grow_hash_table');
var doTest = function(count) {
print('Testing with count of ' + count);
testDB.dropDatabase();
- var id = {
- data: 1
- };
- var doc = {
- _id: id
- };
+ var id = {data: 1};
+ var doc = {_id: id};
var projection = {};
// Create a document and a projection with fields r1, r2, r3 ...