Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a7b0606

Browse files
committed
💄
1 parent 3532a81 commit a7b0606

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/matcher.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ exports.basenameMatch = (string, query) ->
2121

2222
exports.match(base, query, string.length - base.length)
2323

24-
2524
exports.match = (string, query, stringOffset=0) ->
2625
return [stringOffset...stringOffset + string.length] if string is query
2726

0 commit comments

Comments
 (0)