Skip to content

Commit

Permalink
fix: linter complain
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed Dec 11, 2024
1 parent cb93852 commit dbaf2ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion e2e/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func (s *Suite) TearDownTest() {
}

func (s *Suite) cleanupSuite() {
return
s.T().Logf("Cleaning up knuu...")
if err := s.Knuu.CleanUp(context.Background()); err != nil {
s.T().Logf("Error cleaning up test suite: %v", err)
Expand Down
2 changes: 1 addition & 1 deletion pkg/builder/kaniko/kaniko.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"fmt"
"path/filepath"

"github.com/sirupsen/logrus"
batchv1 "k8s.io/api/batch/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
Expand All @@ -17,7 +18,6 @@ import (
"github.com/celestiaorg/knuu/pkg/builder/registry"
"github.com/celestiaorg/knuu/pkg/names"
"github.com/celestiaorg/knuu/pkg/system"
"github.com/sirupsen/logrus"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions pkg/instance/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"strings"
"time"

"github.com/celestiaorg/knuu/pkg/k8s"
"github.com/sirupsen/logrus"
v1 "k8s.io/api/core/v1"

"github.com/sirupsen/logrus"
"github.com/celestiaorg/knuu/pkg/k8s"
)

const (
Expand Down

0 comments on commit dbaf2ea

Please sign in to comment.