Skip to content

Commit 6798172

Browse files
committed
Fix ruff-format
1 parent ca5f43a commit 6798172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • taskcluster/code_coverage_taskgraph/transforms

taskcluster/code_coverage_taskgraph/transforms/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def add_build_config(config, tasks):
1111
channel = params.get("channel", "dev")
1212
head_ref = params["head_ref"]
1313
if head_ref.startswith("refs/heads/"):
14-
head_ref = head_ref[len("refs/heads/"):]
14+
head_ref = head_ref[len("refs/heads/") :]
1515

1616
task.setdefault("worker", {})
1717
task["worker"]["command"] = [

0 commit comments

Comments
 (0)