We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aecc2 commit c4fe364Copy full SHA for c4fe364
web/src/editor/props.ts
@@ -7,7 +7,7 @@ export const DEMO_CODE = [
7
'package main\n',
8
'import (',
9
'\t"fmt"',
10
- ')',
+ ')\n',
11
'func main() {',
12
'\tfmt.Println("Hello World")',
13
'}\n'
0 commit comments