Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynh committed Jan 23, 2025
1 parent 6a5aa0f commit b05f948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/support/intervals.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ struct Interval {
};

struct IntervalProcessor {
// TODO: Given a vector of Interval, returns a vector of the indices, mapping back
// to the original input vector, of non-overlapping indices, ie, the intervals
// that overlap have already been removed.
// TODO: Given a vector of Interval, returns a vector of the indices, mapping
// back to the original input vector, of non-overlapping indices, ie, the
// intervals that overlap have already been removed.
static std::vector<int> filterOverlaps(std::vector<Interval>&);
};

Expand Down

0 comments on commit b05f948

Please sign in to comment.