Skip to content

Commit

Permalink
style: remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh authored Nov 17, 2019
1 parent 3408824 commit 6ea2fb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/is_external_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function isExternalLink(input) {
}
}


if (host !== sitehost) return true;

return false;
Expand Down

0 comments on commit 6ea2fb7

Please sign in to comment.