Skip to content

Commit e85e414

Browse files
committed
chore: linting
1 parent 9825da5 commit e85e414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/theme/light.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { EditorView } from '@codemirror/view';
1+
import { EditorView } from '@codemirror/view'
22

33
export const defaultLightThemeOption = EditorView.theme(
44
{
@@ -9,4 +9,4 @@ export const defaultLightThemeOption = EditorView.theme(
99
{
1010
dark: false,
1111
},
12-
);
12+
)

0 commit comments

Comments
 (0)