summaryrefslogtreecommitdiff
path: root/jstests/core/update_find_and_modify_id.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_find_and_modify_id.js')
-rw-r--r--jstests/core/update_find_and_modify_id.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/core/update_find_and_modify_id.js b/jstests/core/update_find_and_modify_id.js
index a75a5595451..ca565cb0e8c 100644
--- a/jstests/core/update_find_and_modify_id.js
+++ b/jstests/core/update_find_and_modify_id.js
@@ -2,10 +2,7 @@
// an _id in the update document, as long as the _id will not be modified
var t = db.jstests_server4516;
-var startingDoc = {
- _id: 1,
- a: 1
-};
+var startingDoc = {_id: 1, a: 1};
function prepare() {
t.drop();