Skip to content

Commit c4b6e1e

Browse files
authored
Add newline to Apps Script quickstart file.
1 parent fa36811 commit c4b6e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps_script/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'files': [{
4444
'name': 'hello',
4545
'type': 'SERVER_JS',
46-
'source': 'function helloWorld() {\n console.log("Hello, world!");}'
46+
'source': 'function helloWorld() {\n console.log("Hello, world!");\n}'
4747
}, {
4848
'name': 'appsscript',
4949
'type': 'JSON',

0 commit comments

Comments
 (0)