Skip to content

Commit

Permalink
Introduce intentional lint error to trigger fix bot
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed May 2, 2021
1 parent b677c56 commit c3bae73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var users = {
},

get: function (token) {
return this.idmap[token]
return this.idmap[token];
}
}

Expand Down

0 comments on commit c3bae73

Please sign in to comment.