Skip to content

Commit 4c355cc

Browse files
fix: fix an indentation in helper method
Signed-off-by: Radhika Agrawal <agrawalradhika@google.com>
1 parent f5de110 commit 4c355cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/transport/_mtls_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,5 @@ def check_use_client_cert():
431431
return "false"
432432
else:
433433
### Return the value of GOOGLE_API_USE_CLIENT_CERTIFICATE which is set.
434-
return use_client_cert
434+
return use_client_cert
435435

0 commit comments

Comments
 (0)