diff --git a/src/database/mongo.js b/src/database/mongo.js index 7d5131f800..5271202b25 100644 --- a/src/database/mongo.js +++ b/src/database/mongo.js @@ -140,7 +140,7 @@ }); }; - module.createIndices = function(callback) { + module.createIndices = function (callback) { function createIndex(collection, index, options, callback) { module.client.collection(collection).createIndex(index, options, callback); }