From 7d7bf861e4c3768d12dd2ed5073dff7b504075dc Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Tue, 26 Nov 2019 19:30:41 +0100 Subject: [PATCH] puppeth: fix ascii border spacing --- cmd/puppeth/wizard_intro.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/puppeth/wizard_intro.go b/cmd/puppeth/wizard_intro.go index b1b7deb6fc..9140aa746b 100644 --- a/cmd/puppeth/wizard_intro.go +++ b/cmd/puppeth/wizard_intro.go @@ -46,9 +46,9 @@ func makeWizard(network string) *wizard { // setting up a new or managing an existing Ubiq private network. func (w *wizard) run() { fmt.Println("+-----------------------------------------------------------+") - fmt.Println("| Welcome to puppeth, your Ubiq private network manager |") + fmt.Println("| Welcome to puppeth, your Ubiq private network manager |") fmt.Println("| |") - fmt.Println("| This tool lets you create a new Ubiq network down to |") + fmt.Println("| This tool lets you create a new Ubiq network down to |") fmt.Println("| the genesis block, bootnodes, miners and ethstats servers |") fmt.Println("| without the hassle that it would normally entail. |") fmt.Println("| |")