Skip to content

Commit ad07907

Browse files
committed
linting fix
1 parent f66b613 commit ad07907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli-core/azure/cli/core/auth/identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _msal_public_app_kwargs(self):
115115
# enable_broker_on_windows and enable_broker_on_mac can only be used on PublicClientApplication.
116116
return {**self._msal_app_kwargs,
117117
"enable_broker_on_windows": self._enable_broker_on_windows,
118-
"enable_broker_on_mac": self._enable_broker_on_mac,
118+
"enable_broker_on_mac": self._enable_broker_on_mac,
119119
"enable_pii_log": True}
120120

121121
@property

0 commit comments

Comments
 (0)