strings: remove empty line

This commit is contained in:
沈涛 2018-11-08 19:21:46 +08:00
parent 7da1f7addf
commit eb8f800c98
1 changed files with 0 additions and 1 deletions

View File

@ -1040,5 +1040,4 @@ func indexRabinKarp(s, substr string) int {
}
}
return -1
}