undo spacing change

This commit is contained in:
Nick Schultz
2017-06-13 14:24:28 -04:00
parent 031e22146e
commit c0abcfd863
+4 -4
View File
@@ -4562,10 +4562,10 @@ declare namespace sequelize {
bind?: Object | string[];
/**
* Force the query to use the write pool, regardless of the query type.
*
* Defaults to false
*/
* Force the query to use the write pool, regardless of the query type.
*
* Defaults to false
*/
useMaster?: boolean;
/**