Skip to content

Commit

Permalink
Revert change to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Feb 21, 2025
1 parent 9358baa commit 09429a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 09429a3

Please sign in to comment.