Skip to content

Commit

Permalink
chore: lint-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Jul 2, 2024
1 parent 555d5a8 commit f9a4e4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/task/unknowns_tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,5 @@ func coordinateReferenceLookup(s *sbom.SBOM) func(coords file.Coordinates) bool
}
}

return func(coords file.Coordinates) bool {
return allPackageCoords.Contains(coords)
}
return allPackageCoords.Contains
}

0 comments on commit f9a4e4d

Please sign in to comment.