Skip to content

Commit 0483d23

Browse files
authored
Merge pull request #3 from chs-mix/francesca-branch
fixed errors
2 parents 65d2ccb + d5e4905 commit 0483d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/search/naive_search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const naivesearch = (st, pattern) => {
1717
return count;
1818
}
1919

20-
module.exports = naivesearch;
20+
module.exports = naivesearch;

0 commit comments

Comments
 (0)