Skip to content

Commit fcff76d

Browse files
committed
Linting
1 parent f6d98e0 commit fcff76d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/v2beta1/atom_conversion.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ SOFTWARE.
2525
package v2beta1
2626

2727
import (
28-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2928
"log"
3029
"time"
3130

31+
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
32+
3233
pdoknlv3 "github.com/pdok/atom-operator/api/v3"
3334
"sigs.k8s.io/controller-runtime/pkg/conversion"
3435
)

0 commit comments

Comments
 (0)