Skip to content

Commit 6d238bc

Browse files
author
Amarthya Valija
committed
Fix indentation issues after conflict resolution
1 parent 9b1127b commit 6d238bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osde2e/managed_cluster_validating_webhooks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var _ = Describe("Managed Cluster Validating Webhooks", Ordered, func() {
108108

109109
It("should create a pod with the correct security context", func() {
110110
pod := &v1.Pod{
111-
ObjectMeta: metav1.ObjectMeta{
111+
ObjectMeta: metav1.ObjectMeta{
112112
Name: "testpod",
113113
Namespace: namespaceName,
114114
},

0 commit comments

Comments
 (0)