Skip to content

Commit

Permalink
fix(code-style): added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nombrekeff committed Aug 28, 2020
1 parent 9fa41c0 commit 8cf5467
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 @@ -73,7 +73,7 @@ const makeBadge = (label = '', message = '', {
const makeLink = link && terminalLink.isSupported;

return (makeLink || forceLink) ? terminalLink(badge, link) : badge;
}
};

module.exports = {
badge: makeBadge,
Expand Down

0 comments on commit 8cf5467

Please sign in to comment.