Trailing newline fixes

This commit is contained in:
James Brunton 2025-08-15 17:38:07 +01:00
parent 511328138a
commit a01012f990
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ export const useRemovePasswordOperation = () => {
multiFileEndpoint: false,
getErrorMessage: createStandardErrorHandler(t('removePassword.error.failed', 'An error occurred while removing the password from the PDF.'))
});
};
};

View File

@ -46,4 +46,4 @@ export const useRemovePasswordParameters = (): RemovePasswordParametersHook => {
validateParameters,
getEndpointName,
};
};
};