Skip to content

Commit e15d222

Browse files
committed
White space engineering
1 parent 2c1aa26 commit e15d222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/webhook/mutating_webhook_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"encoding/json"
66
"errors"
7+
78
. "github.com/onsi/ginkgo"
89
. "github.com/onsi/gomega"
910

@@ -32,7 +33,7 @@ var _ = Describe("Mutating Webhook", func() {
3233
})
3334
Context("MutateObjectFunc", func() {
3435
var (
35-
n *corev1.Namespace
36+
n *corev1.Namespace
3637
raw []byte
3738
)
3839
BeforeEach(func() {

0 commit comments

Comments
 (0)