Skip to content

Commit

Permalink
ci: goimports and gofmt three
Browse files Browse the repository at this point in the history
Signed-off-by: LY-today <[email protected]>
  • Loading branch information
LY-today committed Dec 20, 2024
1 parent d9928e3 commit 4e607ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/koord-scheduler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/elasticquota"
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/loadaware"
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/nodenumaresource"
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/noderesourcefitplus"
noderesourcesfitplus "github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/noderesourcefitplus"
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/reservation"
"github.com/koordinator-sh/koordinator/pkg/scheduler/plugins/scarceresourceavoidance"

Expand Down

0 comments on commit 4e607ff

Please sign in to comment.