diff --git a/README.md b/README.md index 13a05f13..8422fce6 100644 --- a/README.md +++ b/README.md @@ -114,4 +114,4 @@ This will return the following runtime images with the following names: `action- ``` ./gradlew :tests:test -``` \ No newline at end of file +``` diff --git a/docs/users/standalone/helloworld/js-init.json b/docs/users/standalone/helloworld/js-init.json index 8bb442b8..951330cf 100644 --- a/docs/users/standalone/helloworld/js-init.json +++ b/docs/users/standalone/helloworld/js-init.json @@ -5,4 +5,4 @@ "binary": false, "code" : "function main() {return {payload: 'Hello World!'};}" } -} \ No newline at end of file +} diff --git a/docs/users/standalone/helloworld/js-params.json b/docs/users/standalone/helloworld/js-params.json index 0efca278..2572ae6b 100644 --- a/docs/users/standalone/helloworld/js-params.json +++ b/docs/users/standalone/helloworld/js-params.json @@ -1,3 +1,3 @@ { "value": { } - } \ No newline at end of file +} diff --git a/docs/users/standalone/helloworldwithparams/js-init-params.json b/docs/users/standalone/helloworldwithparams/js-init-params.json index a877f7b9..c4018113 100644 --- a/docs/users/standalone/helloworldwithparams/js-init-params.json +++ b/docs/users/standalone/helloworldwithparams/js-init-params.json @@ -5,4 +5,4 @@ "binary" : false, "code" : "function main(params) { return {payload: 'Hello ' + params.name + ' from ' + params.place + '!!!'} }" } - } \ No newline at end of file +} diff --git a/docs/users/standalone/helloworldwithparams/js-run-params.json b/docs/users/standalone/helloworldwithparams/js-run-params.json index 8e1c886c..9e665ba8 100644 --- a/docs/users/standalone/helloworldwithparams/js-run-params.json +++ b/docs/users/standalone/helloworldwithparams/js-run-params.json @@ -3,4 +3,4 @@ "name": "Visitor", "place": "Earth" } - } \ No newline at end of file +}