diff --git a/frontend/src/hooks/tools/removePassword/useRemovePasswordOperation.ts b/frontend/src/hooks/tools/removePassword/useRemovePasswordOperation.ts index 13c26fa69..37f8fa0db 100644 --- a/frontend/src/hooks/tools/removePassword/useRemovePasswordOperation.ts +++ b/frontend/src/hooks/tools/removePassword/useRemovePasswordOperation.ts @@ -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.')) }); -}; \ No newline at end of file +}; diff --git a/frontend/src/hooks/tools/removePassword/useRemovePasswordParameters.ts b/frontend/src/hooks/tools/removePassword/useRemovePasswordParameters.ts index 13d2c6c07..df6b117f2 100644 --- a/frontend/src/hooks/tools/removePassword/useRemovePasswordParameters.ts +++ b/frontend/src/hooks/tools/removePassword/useRemovePasswordParameters.ts @@ -46,4 +46,4 @@ export const useRemovePasswordParameters = (): RemovePasswordParametersHook => { validateParameters, getEndpointName, }; -}; \ No newline at end of file +};