removed trailing white space

This commit is contained in:
Sven Oesau 2022-06-21 16:21:52 +02:00
parent 8dd1486133
commit 127971b465
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace Segment_set {
using Neighbor_query = NeighborQuery;
using Segment_map = SegmentMap;
using Segment_type = typename Segment_map::value_type;
using Item = typename InputRange::const_iterator;
using Region = std::vector<Item>;
using Seed_range = std::vector<Item>;