aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-01-02 19:48:19 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-01-02 19:48:19 +0800
commit413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d (patch)
tree3595accc6c503b65acc16f07fef7054e609aecc6 /cmd/geth
parentd2533d0efbb005a826f0950bbd1cb73a82fe90fc (diff)
downloadgo-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.gz
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.bz2
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.lz
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.xz
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.zst
go-tangerine-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.zip
cmd/geth: remove trailing newline in license command (#15782)
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/misccmd.go3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
-`)
+along with geth. If not, see <http://www.gnu.org/licenses/>.`)
return nil
}