Skip to content

Commit

Permalink
Merge pull request #5689 from LavredisG/patch-2
Browse files Browse the repository at this point in the history
Update interface.go
  • Loading branch information
karmada-bot authored Oct 14, 2024
2 parents 201409c + 8df8c0f commit 9cf615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/framework/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const (
// NOTE: A nil status is also considered as "Success".
Success Code = iota
// Unschedulable is used when a plugin finds the resource unschedulable.
// The accompanying status message should explain why the it is unschedulable.
// The accompanying status message should explain why it is unschedulable.
Unschedulable
// Error is used for internal plugin errors, unexpected input, etc.
Error
Expand Down

0 comments on commit 9cf615c

Please sign in to comment.