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 {