mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +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