From 0de8e8b85dc56828000272d81fc7af0865bee477 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 Jan 2025 11:14:55 +0100 Subject: just-deduplicate-repos: Fix formatting --- bin/just-deduplicate-repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/just-deduplicate-repos.py') 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") -- cgit v1.2.3