瀏覽代碼

cmd/geth: remove trailing newline in license command (#15782)

Péter Szilágyi 7 年之前
父節點
當前提交
413cc5b0c8
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      cmd/geth/misccmd.go

+ 1 - 2
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
 }