mirror of https://github.com/golang/go.git
strings: remove empty line
This commit is contained in:
parent
7da1f7addf
commit
eb8f800c98
|
|
@ -1040,5 +1040,4 @@ func indexRabinKarp(s, substr string) int {
|
|||
}
|
||||
}
|
||||
return -1
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue