cmd/geth: fix extra trailing newline in license command

This commit is contained in:
Péter Szilágyi 2017-12-30 20:25:56 +02:00
parent b9731767af
commit ff007c720a
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -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
}