Skip to content

Commit

Permalink
fix: remove trailing newline
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Duffney <[email protected]>
  • Loading branch information
duffney committed Oct 21, 2024
1 parent 440de8d commit 787420c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/keymanagementprovider/azurekeyvault/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ func (s *akvKMProvider) GetCertificates(ctx context.Context) (map[keymanagementp
certMapKey := keymanagementprovider.KMPMapKey{Name: keyVaultCert.Name, Version: keyVaultCert.Version, Enabled: isEnabled}
certsMap[certMapKey] = certResult
}

}

return certsMap, getStatusMap(certsStatus, types.CertificatesStatus), nil
}

Expand Down

0 comments on commit 787420c

Please sign in to comment.