Skip to content

Commit c4fe364

Browse files
committed
web: add additional new line after imports
1 parent c9aecc2 commit c4fe364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/editor/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const DEMO_CODE = [
77
'package main\n',
88
'import (',
99
'\t"fmt"',
10-
')',
10+
')\n',
1111
'func main() {',
1212
'\tfmt.Println("Hello World")',
1313
'}\n'

0 commit comments

Comments
 (0)