Skip to content

Commit b9c85ee

Browse files
style: fix indentation
Signed-off-by: Jason <[email protected]>
1 parent 4ee8014 commit b9c85ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/controller/helmchart_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,8 +2889,8 @@ func TestHelmChartReconciler_reconcileSourceFromOCI_verifySignatureNotation(t *t
28892889
Name: "notation-config",
28902890
},
28912891
Data: map[string][]byte{
2892-
"notation.crt": certTuple.Cert.Raw,
2893-
"trustpolicy.json": policy,
2892+
"notation.crt": certTuple.Cert.Raw,
2893+
"trustpolicy.json": policy,
28942894
}}
28952895

28962896
caSecret := &corev1.Secret{

internal/controller/ocirepository_controller_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,8 +1313,8 @@ func TestOCIRepository_reconcileSource_verifyOCISourceSignatureNotation(t *testi
13131313
Name: "notation",
13141314
},
13151315
Data: map[string][]byte{
1316-
"notation.crt": certTuple.Cert.Raw,
1317-
"trustpolicy.json": policy,
1316+
"notation.crt": certTuple.Cert.Raw,
1317+
"trustpolicy.json": policy,
13181318
}}
13191319

13201320
g.Expect(r.Create(ctx, secret)).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)