Skip to content

Commit 071ffa1

Browse files
Fix output formatting for run_function_app function (#38)
Co-authored-by: Ankit Saini <[email protected]>
1 parent e804097 commit 071ffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/apps/_cloud_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def ping() -> str:
7272
if app_config.running_interactively:
7373
if app_config.is_gateway_enabled:
7474
print(
75-
'Cloud function available at'
75+
'Cloud function available at '
7676
f'{app_config.base_url}docs?authToken={app_config.token}',
7777
)
7878
else:

0 commit comments

Comments
 (0)