chore: apply gofumpt formatting

Pre-existing formatting drift picked up by `make fmt`. Whitespace and
comment layout only, no semantic change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-27 10:28:22 +02:00
co-authored by Claude Opus 5
parent 4cfbecd818
commit fca7b81e3d
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -382,8 +382,8 @@ func (l *Level) findLevel(selector []string) *Level {
// - selector: Pattern to match (consumed recursively)
// - offset: Metric index in metrics slice (from MetricConfig.offset)
// - f: Callback invoked on each matching buffer; path holds the matched
// level keys (e.g. ["cluster","node001","cpu0"]) so callers can
// identify which node/component the buffer belongs to
// level keys (e.g. ["cluster","node001","cpu0"]) so callers can
// identify which node/component the buffer belongs to
// - path: Accumulated level keys from the root; pass nil at the top level
//
// Returns: