Skip to content

Commit

Permalink
✨ fixed linting issues (ossf#3832)
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Harrison <[email protected]>
  • Loading branch information
lharrison13 committed Nov 29, 2024
1 parent e74eefc commit 2128f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func getProminentLanguages(langs []clients.Language) []clients.LanguageName {
numLangs := len(langs)
if numLangs == 0 {
return nil
} else if len(langs) == 1 && langs[0].Name == clients.All{
} else if len(langs) == 1 && langs[0].Name == clients.All {
return getAllLanguages()
}
totalLoC := 0
Expand Down

0 comments on commit 2128f5d

Please sign in to comment.