Skip to content

Commit

Permalink
Remove line.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 8, 2019
1 parent 57e0193 commit b500318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const createPattern = (matcher) => {
if (typeof matcher === 'function') {
return matcher;
}
const isString = typeof matcher === 'string';
if (typeof matcher === 'string') {
const glob = picomatch(matcher);
return (string) => matcher === string || glob(string);
Expand Down

0 comments on commit b500318

Please sign in to comment.