Skip to content

Commit

Permalink
fix go error
Browse files Browse the repository at this point in the history
  • Loading branch information
tillson committed Jun 2, 2023
1 parent 8b0db00 commit 9f753b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/app/keyword_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func ScanAndPrintResult(client *http.Client, repo RepoSearchResult) {
return
}
defer SearchWaitGroup.Done()
var resultString string
if !GetFlags().FastMode {
base := GetRawURLForSearchResult(repo)

Expand Down

0 comments on commit 9f753b8

Please sign in to comment.