Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Sep 16, 2024
1 parent d898dd3 commit c101a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1/orchestrator/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/metal-toolbox/conditionorc/internal/metrics"
"github.com/metal-toolbox/conditionorc/internal/store"
"github.com/metal-toolbox/rivets/events"
"github.com/metal-toolbox/rivets/ginauth"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/metal-toolbox/rivets/ginauth"

v1types "github.com/metal-toolbox/conditionorc/pkg/api/v1/orchestrator/types"
rctypes "github.com/metal-toolbox/rivets/condition"
Expand Down

0 comments on commit c101a07

Please sign in to comment.