Skip to content

Commit 3011f86

Browse files
committed
fix(jsdoc-salty): fix linter error
1 parent 7942901 commit 3011f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jsdoc-salty/lib/salty.js

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ function applyMatcherObject(value, matcherObject) {
6969
if (matcherObject.right) {
7070
return value && value.endsWith && value.endsWith(matcherObject.right);
7171
}
72+
73+
return false;
7274
}
7375

7476
function finderWithMatcher(salty, ...args) {

0 commit comments

Comments
 (0)