From 34a0acd328ac34e46623e4ec3766be9263931f8d Mon Sep 17 00:00:00 2001 From: Luke Kosewski Date: Thu, 30 Apr 2026 15:52:43 -0700 Subject: [PATCH] health: go formatting fix. Signed-off-by: Luke Kosewski --- health/health.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/health.go b/health/health.go index d95cb2981..ec07f374c 100644 --- a/health/health.go +++ b/health/health.go @@ -129,7 +129,7 @@ type Tracker struct { lastNotifiedControlMessages map[tailcfg.DisplayMessageID]tailcfg.DisplayMessage // latest control messages processed, kept for change detection controlMessages map[tailcfg.DisplayMessageID]tailcfg.DisplayMessage // latest control messages received lastLoginErr error - mapRoutineNodeNotFound bool // control returned 404 on /machine/map + mapRoutineNodeNotFound bool // control returned 404 on /machine/map localLogConfigErr error tlsConnectionErrors map[string]error // map[ServerName]error metricHealthMessage any // nil or *metrics.MultiLabelMap[metricHealthMessageLabel]