Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Jan 11, 2025
1 parent 9f4e161 commit 3cab3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package main

import (
"flag"
"github.com/chia-network/chia-operator/internal/controller/chiadatalayer"
"os"

"github.com/chia-network/chia-operator/internal/controller/chiadatalayer"

_ "k8s.io/client-go/plugin/pkg/client/auth"

"k8s.io/apimachinery/pkg/runtime"
Expand Down
1 change: 1 addition & 0 deletions internal/controller/chiadatalayer/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"context"
"encoding/json"
"fmt"

"github.com/chia-network/chia-operator/internal/controller/common/kube"
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/log"
Expand Down

0 comments on commit 3cab3c1

Please sign in to comment.