Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris S. Kim committed Sep 13, 2023
1 parent 1109103 commit f56589a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/connect/ca/provider_vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ func (v *VaultProvider) writeNamespaced(namespace string, resource string, data
return v.client.Logical().Write(resource, data)
}

//nolint:unparam
func (v *VaultProvider) deleteNamespaced(namespace string, resource string) (*vaultapi.Secret, error) {
defer v.setNamespace(namespace)()
return v.client.Logical().Delete(resource)
Expand Down

0 comments on commit f56589a

Please sign in to comment.