summaryrefslogtreecommitdiff
path: root/jstests/core/js7.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/js7.js')
-rw-r--r--jstests/core/js7.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/jstests/core/js7.js b/jstests/core/js7.js
index aeaec66ff47..810f4692d4f 100644
--- a/jstests/core/js7.js
+++ b/jstests/core/js7.js
@@ -1,7 +1,6 @@
t = db.jstests_js7;
t.drop();
-assert.eq(17,
- db.eval(function(foo) {
- return foo;
- }, 17));
+assert.eq(17, db.eval(function(foo) {
+ return foo;
+}, 17));