diff --git a/cmd/help/main.go b/cmd/help/main.go index 0bad197..b14eb46 100644 --- a/cmd/help/main.go +++ b/cmd/help/main.go @@ -222,7 +222,6 @@ func collectEmail(db *sql.DB, cs colorScheme, p *Prompter) error { func redeemCode(db *sql.DB, cs colorScheme, p *Prompter) error { fmt.Println(cs.Header("redeem an auth code and add a new public key")) - fmt.Println() c, err := p.String("paste your auth code and hit enter to submit:") if err != nil { // TODO log