From cb1c2ee87c75a9b68d56714d94e5dbc67966b7b7 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 30 Apr 2024 16:51:13 +0200 Subject: [PATCH] feat(interfaces): add newline at end of IDbFactorize file A newline has been added at the end of the `IDbFactorize.ts` file to conform to coding style conventions. Signed-off-by: Mathis --- src/interfaces/database/IDbFactorize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/database/IDbFactorize.ts b/src/interfaces/database/IDbFactorize.ts index b784242..dbf9382 100644 --- a/src/interfaces/database/IDbFactorize.ts +++ b/src/interfaces/database/IDbFactorize.ts @@ -45,4 +45,4 @@ export interface IDbFactorizeInput { * @type {boolean} */ throwOnError?: true; -} \ No newline at end of file +}