Skip to content

Commit 14030f2

Browse files
committed
Fix Linter
1 parent cecaa35 commit 14030f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkg/apis/platform/v1alpha1/register.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
package v1alpha1
2222

2323
import (
24-
"github.com/arangodb/kube-arangodb/pkg/apis/platform"
2524
meta "k8s.io/apimachinery/pkg/apis/meta/v1"
2625
"k8s.io/apimachinery/pkg/runtime"
2726
"k8s.io/apimachinery/pkg/runtime/schema"
27+
28+
"github.com/arangodb/kube-arangodb/pkg/apis/platform"
2829
)
2930

3031
const (

pkg/apis/platform/v1alpha1/storage.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
package v1alpha1
2222

2323
import (
24-
"github.com/arangodb/kube-arangodb/pkg/apis/platform"
2524
meta "k8s.io/apimachinery/pkg/apis/meta/v1"
25+
26+
"github.com/arangodb/kube-arangodb/pkg/apis/platform"
2627
)
2728

2829
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

0 commit comments

Comments
 (0)