Skip to content

Commit b1ce16a

Browse files
committed
lintfix
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 97f55ae commit b1ce16a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/reconciler/trustroot/trustroot_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ func makeConfigMapWithSigstoreKeys() *corev1.ConfigMap {
377377
c := config.ConvertSigstoreKeys(context.Background(), source.Spec.SigstoreKeys)
378378
for i := range c.Tlogs {
379379
c.Tlogs[i].LogId = &config.LogId{KeyId: []byte(rekorLogID)}
380-
381380
}
382381
for i := range c.Ctlogs {
383382
c.Ctlogs[i].LogId = &config.LogId{KeyId: []byte(ctfeLogID)}

0 commit comments

Comments
 (0)