Skip to content

Commit

Permalink
output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenson Jean-Pierre committed Aug 4, 2016
1 parent ce9b9e5 commit 127df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func writeProfileFile(profileList []vpnProfile) {
fmt.Print("Could not write profile file\n")
log.Fatal(writeError)
}
fmt.Println("New profile saved!")
fmt.Println("New profile saved!\n")
}

func printVPNProfileList() {
Expand Down

0 comments on commit 127df50

Please sign in to comment.