From d0a91f230591a3c5225d9258e62371c13092bd92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=B2=88=E6=B6=9B?= Date: Thu, 8 Nov 2018 11:25:20 +0000 Subject: [PATCH] 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 --- src/strings/strings.go | 1 - 1 file changed, 1 deletion(-) 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 - } -- 2.50.0