Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix EOL scan
Browse files Browse the repository at this point in the history
add EOL
Jiaxin Fan authored and Jiaxin Fan committed Feb 6, 2023
1 parent c3c8503 commit 1841829
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -114,4 +114,4 @@ This will return the following runtime images with the following names: `action-

```
./gradlew :tests:test
```
```
2 changes: 1 addition & 1 deletion docs/users/standalone/helloworld/js-init.json
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
"binary": false,
"code" : "function main() {return {payload: 'Hello World!'};}"
}
}
}
2 changes: 1 addition & 1 deletion docs/users/standalone/helloworld/js-params.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"value": { }
}
}
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
"binary" : false,
"code" : "function main(params) { return {payload: 'Hello ' + params.name + ' from ' + params.place + '!!!'} }"
}
}
}
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
"name": "Visitor",
"place": "Earth"
}
}
}

0 comments on commit 1841829

Please sign in to comment.