Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Mar 12, 2021
1 parent 3e0dac3 commit e30084c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scep/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ func NewService(ctx context.Context, opts apiv1.Options) (*Service, error) {
t = apiv1.SoftCAS
}

// TODO: silence the linter (temporarily)
_ = t

// TODO: should this become similar to the New CertificateAuthorityService as in x509CAService?
return &Service{
certificateChain: opts.CertificateChain,
Expand Down

0 comments on commit e30084c

Please sign in to comment.