summaryrefslogtreecommitdiff
path: root/jstests/core/sub1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/sub1.js')
-rw-r--r--jstests/core/sub1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/sub1.js b/jstests/core/sub1.js
index 9e643f811fd..324b21b75e8 100644
--- a/jstests/core/sub1.js
+++ b/jstests/core/sub1.js
@@ -3,7 +3,7 @@
t = db.sub1;
t.drop();
-x = { a : 1 , b : { c : { d : 2 } } }
+x = { a : 1 , b : { c : { d : 2 } } };
t.save( x );