From 09429a3023f4613b0913c22d789c7774bf71f5f3 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 21 Feb 2025 09:17:37 -0800 Subject: [PATCH] Revert change to comment --- index/score.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index/score.go b/index/score.go index 2a7965d2..3f258660 100644 --- a/index/score.go +++ b/index/score.go @@ -223,8 +223,7 @@ func (p *contentProvider) scoreLineBM25(ms []*candidateMatch, lineNumber int) (f score += tfScore(k, b, L, f) } - // Check if any index comes from a symbol match tree, and if so hydrate in - // symbol information + // Check if any index comes from a symbol match tree, and if so hydrate in symbol information var symbolInfo []*zoekt.Symbol for _, m := range ms { if m.symbol {