Skip to content

Commit 35dc8aa

Browse files
Jiaxin FanJiaxin Fan
authored andcommitted
Fix EOL scan
1 parent f73c175 commit 35dc8aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/users/standalone/helloworld/js-init.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"binary": false,
66
"code" : "function main() {return {payload: 'Hello World!'};}"
77
}
8-
}
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"value": { }
3-
}
3+
}

docs/users/standalone/helloworldwithparams/js-init-params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"binary" : false,
66
"code" : "function main(params) { return {payload: 'Hello ' + params.name + ' from ' + params.place + '!!!'} }"
77
}
8-
}
8+
}

docs/users/standalone/helloworldwithparams/js-run-params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"name": "Visitor",
44
"place": "Earth"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)