This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 57f3697  Conform to scancode. (#4399)
57f3697 is described below

commit 57f369722dad760c2b79998c691c543170eb66e0
Author: rodric rabbah <[email protected]>
AuthorDate: Wed Mar 27 10:16:45 2019 -0400

    Conform to scancode. (#4399)
---
 tests/build.gradle                | 2 +-
 tests/dat/actions/memoryWithGC.js | 3 ++-
 tools/ow-utils/build.gradle       | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index 1e96aa7..d578c71 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -103,7 +103,7 @@ ext.testSets = [
     ],
     "REQUIRE_LEAN_SYSTEM" : [
         "includes" : systemIncludes,
-        
+
         // Tests suits below require Kafka so they are excluded for Lean 
System tests
         "excludes" : [
             "**/*KafkaConnectorTests*",
diff --git a/tests/dat/actions/memoryWithGC.js 
b/tests/dat/actions/memoryWithGC.js
index 98db2f0..6f7fab7 100644
--- a/tests/dat/actions/memoryWithGC.js
+++ b/tests/dat/actions/memoryWithGC.js
@@ -88,4 +88,5 @@ function main(msg) {
     global.gc();
 
     return {msg: 'OK, buffer of size ' + msg.payload + ' MB has been filled.'};
-}
\ No newline at end of file
+}
+
diff --git a/tools/ow-utils/build.gradle b/tools/ow-utils/build.gradle
index c3d4f3e..8bbe83a 100644
--- a/tools/ow-utils/build.gradle
+++ b/tools/ow-utils/build.gradle
@@ -30,4 +30,5 @@ task cleanup(type: Delete) {
     delete 'wskadmin'
     delete 'wskprop.py'
     delete 'wskutil.py'
-}
\ No newline at end of file
+}
+

Reply via email to