Skip to content

Commit

Permalink
chore: fix indentation issue 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 10, 2018
1 parent b71c740 commit 0242031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadi/lib/model/collections/create.js
Expand Up @@ -10,7 +10,7 @@ const Hook = require('./../hook')
* @param {Object|Array} documents - the document(s) to insert
* @param {Object} internals - internal properties to attach to documents
* @param {Boolean} rawOutput - whether to bypass formatting routine
* @param {String} removeInternalProperties - removes internal properties
* @param {String} removeInternalProperties - removes internal properties
* @param {Object} req - request
* @returns {Promise<Array>} array of created documents
*/
Expand Down

0 comments on commit 0242031

Please sign in to comment.