Skip to content

Commit

Permalink
Resolve lint...
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed Aug 12, 2024
1 parent ce9e9d1 commit 3297a85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (h *handler) appendKey(key *types.JWTKey) *types.Bundle {
return cloneBundle(h.bundle)
}

func (h *handler) appendRootCA(rootCA *types.X509Certificate) *types.Bundle { // nolint: unparam // Keeping return for future use
func (h *handler) appendRootCA(rootCA *types.X509Certificate) *types.Bundle { //nolint: unparam // Keeping return for future use
h.mtx.Lock()
defer h.mtx.Unlock()
h.bundle.X509Authorities = append(h.bundle.X509Authorities, rootCA)
Expand Down

0 comments on commit 3297a85

Please sign in to comment.