Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenlahav committed Jan 9, 2024
1 parent 016157e commit ecf86e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/v1/servicebinding_validating_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package v1

import (
"fmt"
"github.com/SAP/sap-btp-service-operator/api/common"
"reflect"
"time"

"github.com/SAP/sap-btp-service-operator/api/common"

"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"
logf "sigs.k8s.io/controller-runtime/pkg/log"
Expand Down
3 changes: 2 additions & 1 deletion api/v1/serviceinstance_validating_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package v1

import (
"fmt"
"github.com/SAP/sap-btp-service-operator/api/common"
"strings"
"time"

"github.com/SAP/sap-btp-service-operator/api/common"

"k8s.io/apimachinery/pkg/runtime"
ctrl "sigs.k8s.io/controller-runtime"
logf "sigs.k8s.io/controller-runtime/pkg/log"
Expand Down

0 comments on commit ecf86e8

Please sign in to comment.