Skip to content

Commit

Permalink
chore(format): add newline ending
Browse files Browse the repository at this point in the history
  • Loading branch information
duki994 authored and meeroslav committed Sep 6, 2023
1 parent d50a51b commit 16b657b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14064,6 +14064,7 @@ async function commitExists(commitSha) {
function stripNewLineEndings(string) {
return string.replace('\n', '');
}

})();

module.exports = __webpack_exports__;
Expand Down
2 changes: 1 addition & 1 deletion find-successful-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ async function commitExists(commitSha) {
*/
function stripNewLineEndings(string) {
return string.replace('\n', '');
}
}

0 comments on commit 16b657b

Please sign in to comment.