From cf317ccd92f8a466db088c31e1db806011ffc6c6 Mon Sep 17 00:00:00 2001 From: edideaur <182119792+edideaur@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:54:15 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/ui.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index f1a234d..bc37fdd 100644 --- a/js/ui.js +++ b/js/ui.js @@ -52,7 +52,11 @@ import { } from './tracker.js'; let _isBlockedCopyright = (_c) => false; -import('./content-filter.ts').then((m) => { _isBlockedCopyright = m.isBlockedCopyright; }).catch(() => {}); +import('./content-filter.ts') + .then((m) => { + _isBlockedCopyright = m.isBlockedCopyright; + }) + .catch(() => {}); fontSettings.applyFont().catch(console.error); fontSettings.applyFontSize();