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

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

commit 7290fc63e19c81dc073c0f84b947d4943a7a3106
Author: Alexander Klimetschek <[email protected]>
AuthorDate: Sat Mar 28 23:51:43 2020 -0700

    add missing EOL
---
 src/agentmgr.js | 2 +-
 src/ngrok.js    | 2 +-
 src/watcher.js  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/agentmgr.js b/src/agentmgr.js
index cb0e5a9..3264cc1 100644
--- a/src/agentmgr.js
+++ b/src/agentmgr.js
@@ -502,4 +502,4 @@ class AgentMgr {
     }
 }
 
-module.exports = AgentMgr;
\ No newline at end of file
+module.exports = AgentMgr;
diff --git a/src/ngrok.js b/src/ngrok.js
index afa01d7..4551ef9 100644
--- a/src/ngrok.js
+++ b/src/ngrok.js
@@ -136,4 +136,4 @@ class NgrokAgent {
     }
 }
 
-module.exports = NgrokAgent;
\ No newline at end of file
+module.exports = NgrokAgent;
diff --git a/src/watcher.js b/src/watcher.js
index d69b554..8488ffa 100644
--- a/src/watcher.js
+++ b/src/watcher.js
@@ -120,4 +120,4 @@ class Watcher {
     }
 }
 
-module.exports = Watcher;
\ No newline at end of file
+module.exports = Watcher;

Reply via email to