Skip to content

Commit

Permalink
Fix vet sugg.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchroeder committed May 28, 2023
1 parent 6258eec commit fda664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttfsample.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func main() {
wantedText = flag.Args()
}
if *walk != "" {
walkDirectories(*walk, wantedText)
_ = walkDirectories(*walk, wantedText)

Check failure on line 120 in ttfsample.go

View workflow job for this annotation

GitHub Actions / build

walkDirectories(*walk, wantedText) (no value) used as value
return
}

Expand Down

0 comments on commit fda664f

Please sign in to comment.