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:
parent
10bdb683cb
commit
667bac3080
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue