Skip to content

Commit c465175

Browse files
committed
add new line
1 parent f58e685 commit c465175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/code_utils/oauth_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,6 @@ def perform_oauth_signin() -> str | None:
786786
httpd.shutdown()
787787

788788
if not api_key:
789-
click.echo("❌ Authentication failed.")
790-
789+
click.echo("\n❌ Authentication failed.")
790+
click.echo("\n")
791791
return api_key

0 commit comments

Comments
 (0)