summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")