Skip to content

Commit

Permalink
Add space before opening function curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jul 25, 2015
1 parent e964661 commit 560795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bulk.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var Bulk = function (colName, ordered, onserver, dbname) {
self._currCmd.updates.push({q: query, u: updObj, multi: multi, upsert: upsert})
}

findobj.upsert = function (){
findobj.upsert = function () {
upsert = true
return findobj
}
Expand Down

0 comments on commit 560795b

Please sign in to comment.