Skip to content

Commit

Permalink
script: fix lint error
Browse files Browse the repository at this point in the history
PR-URL: npm/npm#16110
Credit: @watilde
Reviewed-By: @iarna
  • Loading branch information
watilde authored and iarna committed Mar 24, 2017
1 parent 30357eb commit 6400d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ function main () {
if (/^---$/.test(line)) {
print_commit(commit)
} else if (m = line.match(/^([a-f0-9]{7,9}) ([a-f0-9]+) (?:[(]([^)]+)[)] )?(.*?) [(](.*?)[)]/)) {

commit = {
shortid: m[1],
fullid: m[2],
Expand Down

0 comments on commit 6400d3a

Please sign in to comment.