Skip to content

Commit 61cb76c

Browse files
Update strings/z_function.cpp
Co-authored-by: David Leal <[email protected]>
1 parent b5cb054 commit 61cb76c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strings/z_function.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ std::vector<int> find_pat_in_text(const std::string &pattern, const std::string
5959
* @returns void
6060
*/
6161
static void test(){
62-
6362
// usual case
6463
std::string text1 = "alskfjaldsabc1abc1abcbksbcdnsdabcabc";
6564
std::string pattern1 = "abc";

0 commit comments

Comments
 (0)