Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder committed May 10, 2023
1 parent 5e7ec75 commit 2ba8e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fourohme.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func main() {
urlPtr, filePtr, silentPtr := parseCommandLineFlags()

if *silentPtr == false {
if !*silentPtr {
showBanner()
}

Expand Down

0 comments on commit 2ba8e04

Please sign in to comment.