From eb8f800c986c8ac4a81705158ecc730c35e1c5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=B6=9B?= Date: Thu, 8 Nov 2018 19:21:46 +0800 Subject: [PATCH] strings: remove empty line --- 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 - }