Skip to content

Commit e07308c

Browse files
committed
Fix formatting for CLI tools
1 parent b7455db commit e07308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,4 +2167,4 @@ def cli_deploy_gke(
21672167
use_local_storage=use_local_storage,
21682168
)
21692169
except Exception as e:
2170-
click.secho(f"Deploy failed: {e}", fg="red", err=True)
2170+
click.secho(f"Deploy failed: {e}", fg="red", err=True)

0 commit comments

Comments
 (0)