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 <[email protected]> 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 +}
