style: apply Prettier formatting to project

This commit is contained in:
JAINAM576
2025-10-21 12:01:19 +05:30
parent 2b85a759af
commit 929aa7e132

View File

@@ -4,7 +4,7 @@ import {
readFileAsArrayBuffer, readFileAsArrayBuffer,
hexToRgb, hexToRgb,
} from '../utils/helpers.js'; } from '../utils/helpers.js';
import { state , resetState } from '../state.js'; import { state, resetState } from '../state.js';
import { import {
PDFDocument as PDFLibDocument, PDFDocument as PDFLibDocument,
@@ -184,7 +184,6 @@ export async function addWatermark() {
) as HTMLElement; ) as HTMLElement;
if (element) element.click(); if (element) element.click();
} }
} catch (e) { } catch (e) {
console.error(e); console.error(e);
showAlert( showAlert(