Skip to content

Commit

Permalink
Update selection_tracker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Dec 22, 2023
1 parent 2b3b309 commit 1740fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (t *WorkloadSelectionTracker) GetIDsForWorkload(id *pbresource.ID) []*pbres
// TrackIDForSelector will associate workloads matching the specified workload
// selector with the given resource id.
func (t *WorkloadSelectionTracker) TrackIDForSelector(id *pbresource.ID, selector *pbcatalog.WorkloadSelector) {
if selector != nil {
if selector == nil {
return
}

Expand Down

0 comments on commit 1740fe7

Please sign in to comment.