From: 沈涛 Date: Thu, 8 Nov 2018 11:25:20 +0000 (+0000) Subject: strings: remove empty line X-Git-Tag: go1.12beta1~448 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d0a91f230591a3c5225d9258e62371c13092bd92;p=gostls13.git strings: remove empty line Change-Id: Ibdca4f7002585b00d7f69d710285a8e0f69c598a GitHub-Last-Rev: eb8f800c986c8ac4a81705158ecc730c35e1c5c2 GitHub-Pull-Request: golang/go#28659 Reviewed-on: https://go-review.googlesource.com/c/148477 Reviewed-by: Russ Cox --- diff --git a/src/strings/strings.go b/src/strings/strings.go index ecc8c97d9e..8ce2abfdf8 100644 --- a/src/strings/strings.go +++ b/src/strings/strings.go @@ -1040,5 +1040,4 @@ func indexRabinKarp(s, substr string) int { } } return -1 - }