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:
Mathis H (Avnyr) 2024-04-30 16:51:13 +02:00
parent 23ce32cb6f
commit cb1c2ee87c
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

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