You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/14 07:53:36 UTC

[openwhisk-wskdebug] 06/09: fix missing EOL at end of file

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 4b4662f2026ce80fdd06969a3c899ce547552bcf
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Mon Apr 13 23:29:26 2020 -0700

    fix missing EOL at end of file
---
 src/debug.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/debug.js b/src/debug.js
index bbe46f8..17ac7b9 100644
--- a/src/debug.js
+++ b/src/debug.js
@@ -28,4 +28,4 @@ module.exports.task = () => {
     debug();
     delete debug.log;
     return debug;
-}
\ No newline at end of file
+}