Skip to content

Commit

Permalink
Fix gci
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Dec 20, 2023
1 parent a0578fb commit a753087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/routingtable_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ package controllers
import (
"context"
"fmt"
"github.com/telekom/das-schiff-network-operator/pkg/reconciler"

"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/log"

networkv1alpha1 "github.com/telekom/das-schiff-network-operator/api/v1alpha1"

"github.com/telekom/das-schiff-network-operator/pkg/reconciler"
)

// RoutingTableReconciler reconciles a RoutingTable object
Expand Down

0 comments on commit a753087

Please sign in to comment.