Skip to content

Commit 728b089

Browse files
rharpavatbgavrilMS
rharpavat
authored andcommitted
Fix gofmt issues
1 parent 9a3337c commit 728b089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tests/devapps/client_certificate_sample.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ func createAppWithCert() *confidential.Client {
2828

2929
// This extracts our public certificates and private key from the PEM file. If it is
3030
// encrypted, the second argument must be password to decode.
31-
// IMPORTANT SECURITY NOTICE: never store passwords in code. The recommended pattern is to keep the certificate in a vault (e.g. Azure KeyVault)
32-
// and to download it when the application starts.
31+
// IMPORTANT SECURITY NOTICE: never store passwords in code. The recommended pattern is to keep the certificate in a vault (e.g. Azure KeyVault)
32+
// and to download it when the application starts.
3333
certs, privateKey, err := confidential.CertFromPEM(pemData, "")
3434
if err != nil {
3535
log.Fatal(err)

0 commit comments

Comments
 (0)