From 667bac30805611cc3bf5cc1b9297af264c49a3d4 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 25 Aug 2026 10:33:41 +0200 Subject: [PATCH] style(registrar): fix continuation indent in _check_primary call Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- src/repo_manager/commands/registrar_reconcile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repo_manager/commands/registrar_reconcile.py b/src/repo_manager/commands/registrar_reconcile.py index d6b470c..30f1b82 100644 --- a/src/repo_manager/commands/registrar_reconcile.py +++ b/src/repo_manager/commands/registrar_reconcile.py @@ -530,8 +530,8 @@ def registrar_reconcile( ) health, health_error = _check_primary( - api_base, allow_unverified=allow_unverified_primary - ) + api_base, allow_unverified=allow_unverified_primary + ) evidence["state_hub_health"] = health if health_error: return RegistrarResult(