Skip to content

Commit c58efc7

Browse files
committed
Format
1 parent 2391033 commit c58efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Minio/Credentials/MinioEnvironmentProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public AccessCredentials GetCredentials()
2626
var accessKey = Environment.GetEnvironmentVariable("MINIO_ROOT_USER");
2727
var secretKey = Environment.GetEnvironmentVariable("MINIO_ROOT_PASSWORD");
2828

29-
if(string.IsNullOrEmpty(accessKey))
29+
if (string.IsNullOrEmpty(accessKey))
3030
accessKey = Environment.GetEnvironmentVariable("MINIO_ACCESS_KEY");
3131

3232
if (string.IsNullOrEmpty(secretKey))

0 commit comments

Comments
 (0)