Skip to content

Commit 46077c5

Browse files
joshdrakemaraino
andauthored
Update kms/capi/capi.go
Co-authored-by: Mariano Cano <[email protected]>
1 parent 16bdc44 commit 46077c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kms/capi/capi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ func (k *CAPIKMS) CreateSigner(req *apiv1.CreateSignerRequest) (crypto.Signer, e
469469
certHandle, err = k.getCertContext(&apiv1.LoadCertificateRequest{
470470
Name: req.SigningKey,
471471
})
472-
473472
if err != nil {
474473
return nil, fmt.Errorf("%v not specified", ContainerNameArg)
475474
}

0 commit comments

Comments
 (0)