Skip to content

Commit

Permalink
remove useless newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Oct 20, 2022
1 parent dd2d52a commit 578647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/vpn/vvpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ var vpnStartCmd = &cobra.Command{
internal.PrintOutput(cmd.Flags(), "\nRunning!", fmt.Sprintln("\nRunning!"))
ip, err := visor.GetIP()
if err == nil {
internal.PrintOutput(cmd.Flags(), fmt.Sprintf("\nYour current IP is %s!\n", ip), fmt.Sprintf("\nYour current IP is %s!\n", ip))
internal.PrintOutput(cmd.Flags(), fmt.Sprintf("\nYour current IP: %s", ip), fmt.Sprintf("Your current IP: %s\n", ip))
}
}
if state.Status == appserver.AppStatusErrored {
Expand Down

0 comments on commit 578647a

Please sign in to comment.