diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-01-02 19:48:19 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-01-02 19:48:19 +0800 |
commit | 413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d (patch) | |
tree | 3595accc6c503b65acc16f07fef7054e609aecc6 /cmd | |
parent | d2533d0efbb005a826f0950bbd1cb73a82fe90fc (diff) | |
download | dexon-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.gz dexon-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.tar.zst dexon-413cc5b0c80733478f1b94a5e9a509fc7bd3fa4d.zip |
cmd/geth: remove trailing newline in license command (#15782)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/misccmd.go | 3 |
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 } |