Skip to content

Commit

Permalink
remove redundant return
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Bisconti <veggiemonk@users.noreply.github.com>
  • Loading branch information
veggiemonk committed Jan 21, 2023
1 parent 3acdb6e commit 23b8823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/strcase/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func stdin() {
fmt.Printf("error: %s\n", err)
os.Exit(1)
}
return
}

func checkHelp() {
Expand Down

0 comments on commit 23b8823

Please sign in to comment.