style(channel): fix CI formatting in split PR2
This commit is contained in:
parent
c146e7edd2
commit
55189c571b
2 changed files with 6 additions and 2 deletions
|
|
@ -180,7 +180,11 @@ func setupAndStartChannelServices(
|
||||||
}
|
}
|
||||||
|
|
||||||
if runningServices.ListenHost != "" {
|
if runningServices.ListenHost != "" {
|
||||||
fmt.Printf("✓ Health endpoints available at http://%s:%d/health and /ready\n", runningServices.ListenHost, runningServices.ListenPort)
|
fmt.Printf(
|
||||||
|
"✓ Health endpoints available at http://%s:%d/health and /ready\n",
|
||||||
|
runningServices.ListenHost,
|
||||||
|
runningServices.ListenPort,
|
||||||
|
)
|
||||||
} else {
|
} else {
|
||||||
fmt.Println("⚠ Shared HTTP server disabled; /health and webhook endpoints are unavailable")
|
fmt.Println("⚠ Shared HTTP server disabled; /health and webhook endpoints are unavailable")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue