You've already forked ionscale
mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-04-05 12:32:58 +01:00
fix: remove whitespace when printing new key
This commit is contained in:
+1
-5
@@ -14,11 +14,7 @@ func keyCommand() *coral.Command {
|
||||
|
||||
command.RunE = func(command *coral.Command, args []string) error {
|
||||
serverKey := key.NewServerKey()
|
||||
|
||||
fmt.Println()
|
||||
fmt.Printf(" %s\n", serverKey.String())
|
||||
fmt.Println()
|
||||
|
||||
fmt.Println(serverKey.String())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user