From 16b657b0227ffc9c33992d8d05a44c5304b8cadb Mon Sep 17 00:00:00 2001 From: "dusan.knezevic" Date: Wed, 4 Jan 2023 14:08:30 +0100 Subject: [PATCH] chore(format): add newline ending --- dist/index.js | 1 + find-successful-workflow.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5c41957..5ee7914 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14064,6 +14064,7 @@ async function commitExists(commitSha) { function stripNewLineEndings(string) { return string.replace('\n', ''); } + })(); module.exports = __webpack_exports__; diff --git a/find-successful-workflow.js b/find-successful-workflow.js index 2d57cee..7e2cca7 100644 --- a/find-successful-workflow.js +++ b/find-successful-workflow.js @@ -147,4 +147,4 @@ async function commitExists(commitSha) { */ function stripNewLineEndings(string) { return string.replace('\n', ''); -} \ No newline at end of file +}