From 2356a49fcd0a9e14a309c8ed842a65636743542d Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Fri, 29 May 2026 02:01:49 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 3d13202 --- src/plugins/built-in/themes/theme-manager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/built-in/themes/theme-manager.ts b/src/plugins/built-in/themes/theme-manager.ts index 3ab5d46d..492315df 100644 --- a/src/plugins/built-in/themes/theme-manager.ts +++ b/src/plugins/built-in/themes/theme-manager.ts @@ -21,10 +21,10 @@ import { clearThemeRuntime, injectThemeDom, runThemeScript, - validateThemeDom, - validateThemeScript, type ThemeDomSpec, type ThemeScriptSpec, + validateThemeDom, + validateThemeScript, } from "./theme-runtime"; type ThemeContent = {