Skip to content

Commit 13a20f1

Browse files
committed
chore: lint
1 parent 5486d5e commit 13a20f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/base/src/Boot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const onThemeRegistered = (theme: string) => {
9191
if (!booted) {
9292
return;
9393
}
94-
94+
9595
const currentTheme = getTheme();
9696
const currentBaseTheme = getBaseTheme();
9797

packages/base/src/config/Theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { boot, isBooted } from "../Boot.js";
77
import { attachConfigurationReset } from "./ConfigurationReset.js";
88

99
let curTheme: string | undefined;
10-
let curBaseTheme: string | undefined = undefined;
10+
let curBaseTheme: string | undefined;
1111

1212
attachConfigurationReset(() => {
1313
curTheme = undefined;

0 commit comments

Comments
 (0)