summaryrefslogtreecommitdiff
path: root/bin/just-deduplicate-repos.py
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-21 11:14:55 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-01-29 16:05:35 +0100
commit0de8e8b85dc56828000272d81fc7af0865bee477 (patch)
tree3895c1dea036dbd6c310ed8294abc7bab623860b /bin/just-deduplicate-repos.py
parent5e700aa34055993e781e0cfd3bd9731347cc764b (diff)
downloadjustbuild-0de8e8b85dc56828000272d81fc7af0865bee477.tar.gz
just-deduplicate-repos: Fix formatting
Diffstat (limited to 'bin/just-deduplicate-repos.py')
-rwxr-xr-xbin/just-deduplicate-repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/just-deduplicate-repos.py b/bin/just-deduplicate-repos.py
index 9b3f9407..d4c88f24 100755
--- a/bin/just-deduplicate-repos.py
+++ b/bin/just-deduplicate-repos.py
@@ -277,7 +277,7 @@ def dedup(repos: Json, user_keep: List[str]) -> Json:
if isinstance(root_val, str) and (root_val in renaming):
new_roots[root] = final_root_reference(root_val)
desc = dict(desc, **new_roots)
-
+
# Update target repos of precomputed roots:
if isinstance(desc.get("repository"), dict):
repo_root: Json = desc.get("repository")