Skip to content

Commit

Permalink
lint: gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Cabrol <[email protected]>
  • Loading branch information
lelithium committed Mar 29, 2023
1 parent b9cadf0 commit 7f680ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/driver/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ func (secrets *Secrets) Delete(key string) (rls *rspb.Release, err error) {
// "owner" - owner of the secret, currently "helm".
// "name" - name of the release.
// "continuedIn" - if set, the encoded contents of the release continue in the secret this references.
//
func newSecretObjects(key string, rls *rspb.Release, lbs labels) ([]*v1.Secret, error) {
const owner = "helm"

Expand Down

0 comments on commit 7f680ac

Please sign in to comment.