Skip to content

Commit

Permalink
add return after print statement (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarPayload committed Mar 14, 2023
1 parent 5626862 commit a9b67e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func main() {

if *stripPrefix {
fmt.Println(result.String())
return
}
fmt.Println(*prefix + result.String())
}
Expand Down

0 comments on commit a9b67e4

Please sign in to comment.