Skip to content

Commit

Permalink
chore: linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 committed Feb 3, 2025
1 parent 789417e commit 769f02b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/testinfra/infra.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ type clusterInfo struct {
ClusterEnv
ClusterDSL

crdDirs []string
env *envtest.Environment
cfg *rest.Config
scheme *runtime.Scheme
client client.Client
apiReader client.Reader
crdDirs []string
env *envtest.Environment
cfg *rest.Config
scheme *runtime.Scheme
client client.Client
}

func (c *clusterInfo) Scheme() *runtime.Scheme {
Expand Down

0 comments on commit 769f02b

Please sign in to comment.