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 <yidhra@tuta.io>
This commit is contained in:
2024-04-30 16:51:13 +02:00
parent 23ce32cb6f
commit cb1c2ee87c

View File

@@ -45,4 +45,4 @@ export interface IDbFactorizeInput {
* @type {boolean}
*/
throwOnError?: true;
}
}