不要怂,就是干,撸起袖子干!

Commit 12ed53aa by Jumpei Ogawa

Fix indent

1 parent 52443ede
Showing with 3 additions and 4 deletions
......@@ -1596,10 +1596,9 @@ Model.prototype.findOrInitialize = Model.prototype.findOrBuild = function(option
* However, it is not always possible to handle this case in SQLite, specifically if one transaction inserts and another tries to select before the first one has comitted. In this case, an instance of sequelize.TimeoutError will be thrown instead.
* If a transaction is created, a savepoint will be created instead, and any unique constraint violation will be handled internally.
*
* @param {Object} options
* @param {Object} options.where where A hash of search attributes.
* @param {Object} [options.defaults] Default values to use if creating a new instance
*
* @param {Object} options
* @param {Object} options.where where A hash of search attributes.
* @param {Object} [options.defaults] Default values to use if creating a new instance
* @see {Model#findAll} for a specification of find and options
* @return {Promise<Instance,created>}
*/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!