strings: remove empty line

Change-Id: Ibdca4f7002585b00d7f69d710285a8e0f69c598a
GitHub-Last-Rev: eb8f800c98
GitHub-Pull-Request: golang/go#28659
Reviewed-on: https://go-review.googlesource.com/c/148477
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
沈涛 2018-11-08 11:25:20 +00:00 committed by Brad Fitzpatrick
parent 7da1f7addf
commit d0a91f2305

View file

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