summaryrefslogtreecommitdiff
path: root/jstests/libs/override_methods/find_batch_size.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs/override_methods/find_batch_size.js')
-rw-r--r--jstests/libs/override_methods/find_batch_size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/override_methods/find_batch_size.js b/jstests/libs/override_methods/find_batch_size.js
index b7507c38ee7..ab773ded7ed 100644
--- a/jstests/libs/override_methods/find_batch_size.js
+++ b/jstests/libs/override_methods/find_batch_size.js
@@ -9,7 +9,7 @@
// TODO: Add support for overriding batch sizes in DBCommandCursor.prototype._runGetMoreCommand.
// TODO: Add support for overriding batch sizes in the bulk API.
-(function () {
+(function() {
'use strict';
// Save a reference to the original find method in the IIFE's scope.