Skip to content

Commit 667ee45

Browse files
committed
fix: indent error
1 parent 76fa208 commit 667ee45

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export default class ExamplePluginSimple implements PluginInterface {
4242
// 注册面板示例
4343
if (!cache_ctx) {
4444
cache_ctx = ctx
45-
const newPanel = document.createElement('div'); newPanel.innerText = 'New Panel Content';
46-
ctx.api.registerSubPanel({
47-
id: 'example-plugin-simple-panel',
48-
el: newPanel
49-
})
45+
const newPanel = document.createElement('div'); newPanel.innerText = 'New Panel Content';
46+
ctx.api.registerSubPanel({
47+
id: 'example-plugin-simple-panel',
48+
el: newPanel
49+
})
5050
}
5151

5252
// 文本输出示例

0 commit comments

Comments
 (0)