Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Sep 12, 2024
1 parent 6733941 commit 71bd0be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/neotest/coverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func documentSeqPoints(di *compiler.DebugInfo, doc documentName) []compiler.Debu
// Its assumed that intervals can never overlap partially.
func resolveOverlaps(points []compiler.DebugSeqPoint) []compiler.DebugSeqPoint {
var intervals []interval
// expected maximum characters per line. Its more effective and easier to assume this, than to compare columns.
for _, p := range points {
intervals = append(intervals, interval{DebugSeqPoint: p})
}
Expand Down

0 comments on commit 71bd0be

Please sign in to comment.