Add missing semicolon
This commit is contained in:
@ -23,7 +23,7 @@ fuzzySearch = (patrn, str) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return patternLength !== 0 && strLength !== 0 && patternIdx === patternLength ? true : false;
|
return patternLength !== 0 && strLength !== 0 && patternIdx === patternLength ? true : false;
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user