Skip to content

Commit 95a902a

Browse files
Final fix codestyle for BoyerMoore.js
1 parent 30f7486 commit 95a902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

String/BoyerMoore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const boyerMoore = (str, pattern) => {
3636
// found at this index
3737
return offset
3838
}
39-
scanIndex++
39+
scanIndex++
4040
}
4141
const badMatchString = str[offset + patternLastIndex]
4242
if (badMatchTable[badMatchString]) {

0 commit comments

Comments
 (0)