Skip to content

Commit 1841829

Browse files
Jiaxin FanJiaxin Fan
authored andcommitted
Fix EOL scan
add EOL
1 parent c3c8503 commit 1841829

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ This will return the following runtime images with the following names: `action-
114114

115115
```
116116
./gradlew :tests:test
117-
```
117+
```

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)