From 413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 2 Jan 2018 13:48:19 +0200 Subject: cmd/geth: remove trailing newline in license command (#15782) --- cmd/geth/misccmd.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd/geth') diff --git a/cmd/geth/misccmd.go b/cmd/geth/misccmd.go index 2e68dcda3..aa9b1ee56 100644 --- a/cmd/geth/misccmd.go +++ b/cmd/geth/misccmd.go @@ -134,7 +134,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with geth. If not, see . -`) +along with geth. If not, see .`) return nil } -- cgit v1.2.3