Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gwendolyngoetz committed Oct 14, 2022
1 parent 989ab61 commit 1d6ad5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/prompt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func getChangesIcon() string {
}

func main() {
showVersion := flag.Bool("version", false, "Show version")
showHostname := flag.Bool("showHostname", false, "Show Hostname")
showVersion := flag.Bool("version", false, "Show version")
showHostname := flag.Bool("showHostname", false, "Show Hostname")
flag.Parse()

if *showVersion {
Expand Down

0 comments on commit 1d6ad5f

Please sign in to comment.