From c0abcfd8631d7154702c0e78265cb9d35fbd2e0a Mon Sep 17 00:00:00 2001 From: Nick Schultz Date: Tue, 13 Jun 2017 14:24:04 -0400 Subject: [PATCH] undo spacing change --- types/sequelize/index.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/types/sequelize/index.d.ts b/types/sequelize/index.d.ts index 187321f90f..47e6039f89 100644 --- a/types/sequelize/index.d.ts +++ b/types/sequelize/index.d.ts @@ -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; /**