Skip to content

Commit

Permalink
Fix output formatting for run_function_app function (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Saini <[email protected]>
  • Loading branch information
srinathnarayanan and nkitsaini authored Sep 25, 2024
1 parent e804097 commit 071ffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlestoredb/apps/_cloud_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def ping() -> str:
if app_config.running_interactively:
if app_config.is_gateway_enabled:
print(
'Cloud function available at'
'Cloud function available at '
f'{app_config.base_url}docs?authToken={app_config.token}',
)
else:
Expand Down

0 comments on commit 071ffa1

Please sign in to comment.