style(registrar): fix continuation indent in _check_primary call

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
tegwick 2026-08-25 10:33:41 +02:00
parent 10bdb683cb
commit 667bac3080

View file

@ -530,8 +530,8 @@ def registrar_reconcile(
) )
health, health_error = _check_primary( health, health_error = _check_primary(
api_base, allow_unverified=allow_unverified_primary api_base, allow_unverified=allow_unverified_primary
) )
evidence["state_hub_health"] = health evidence["state_hub_health"] = health
if health_error: if health_error:
return RegistrarResult( return RegistrarResult(