From cb4016983af6d1e687a966fb88c097d8000d3320 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 84fd382..61c9991 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13856,6 +13856,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 1d04418..e56c675 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 +}