Skip to content

Commit c97cf7a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1a5616c commit c97cf7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

strings/boyer_moore_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
m=length of pattern string
1919
"""
2020

21+
2122
class BoyerMooreSearch:
2223
"""
2324
Example usage:

0 commit comments

Comments
 (0)