Skip to content

Commit cb59e2b

Browse files
chingor13amanda-tarafa
authored andcommitted
chore: fix lint
1 parent 09a94cd commit cb59e2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

releasetool/commands/tag/dotnet.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ def kokoro_job_name(upstream_repo: str, package_name: str) -> Union[str, None]:
105105
"""
106106
repo_short_name = upstream_repo.split("/")[-1]
107107
if repo_short_name == "dotnet-spanner-entity-framework":
108-
return f"cloud-libraries-dotnet/{repo_short_name}/gcp_windows_docker/autorelease"
108+
return (
109+
f"cloud-libraries-dotnet/{repo_short_name}/gcp_windows_docker/autorelease"
110+
)
109111
else:
110112
return f"cloud-sharp/{repo_short_name}/gcp_windows/autorelease"
111113

0 commit comments

Comments
 (0)