Skip to content

Commit

Permalink
Style: remove eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed May 12, 2020
1 parent d6d18a5 commit 59e37bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const getCommitRange = (options = {}) => {
getCommits = execa.shellSync(commitRangeExec).stdout;
getCommits = getCommits
.split('{{gitCommitRangeEnd}}')
.map(s => s.trim())
.map((s) => s.trim())
.filter(Boolean);

getCommits.forEach((commithash) => {
Expand Down

0 comments on commit 59e37bd

Please sign in to comment.