Skip to content

Commit a112495

Browse files
author
Jelle Dijkstra
committed
Linting
1 parent a17f49b commit a112495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/webhook/v3/atom_webhook_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ package v3
2626

2727
import (
2828
"errors"
29+
"os"
30+
2931
. "github.com/onsi/ginkgo/v2" //nolint:revive // ginkgo bdd
3032
. "github.com/onsi/gomega" //nolint:revive // ginkgo bdd
31-
"os"
3233
"sigs.k8s.io/yaml"
3334

3435
pdoknlv3 "github.com/pdok/atom-operator/api/v3"

0 commit comments

Comments
 (0)