Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidsmith authored Jul 3, 2024
1 parent e0e3935 commit e66551e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/scheduler/scheduling_algo.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func NewFairSchedulingAlgo(
stringInterner *stringinterner.StringInterner,
resourceListFactory *internaltypes.ResourceListFactory,
floatingResourceTypes *floatingresources.FloatingResourceTypes,

) (*FairSchedulingAlgo, error) {
if _, ok := config.PriorityClasses[config.DefaultPriorityClassName]; !ok {
return nil, errors.Errorf(
Expand Down

0 comments on commit e66551e

Please sign in to comment.