Skip to content

Commit 6d04be5

Browse files
committed
linter
1 parent 2d5ae33 commit 6d04be5

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli-core/azure/cli/core/auth

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def aad_error_handler(error, claims_challenge, **kwargs):
4747
else:
4848
login_command = _generate_login_command(claims_challenge=claims_challenge, **kwargs)
4949
login_message = ('Run the command below to authenticate interactively; '
50-
'additional arguments may be added as needed:\n'
51-
f'{login_command}')
50+
'additional arguments may be added as needed:\n'
51+
f'{login_command}')
5252

5353
# During a challenge, the exception will caught by azure-mgmt-core, so we show a warning now
5454
if claims_challenge:

0 commit comments

Comments
 (0)