Skip to content

Commit ede2d22

Browse files
committed
refactor: 代码格式化
1 parent 044ee62 commit ede2d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.DockView/Components/DockViewV2.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function init(id, invoke, options) {
1010
return;
1111
}
1212

13-
if(options.theme === 'dockview-theme-light') {
13+
if (options.theme === 'dockview-theme-light') {
1414
let theme = getTheme();
1515
if (theme === 'dark') {
1616
options.theme = `dockview-theme-dark`;

0 commit comments

Comments
 (0)