Removing a stray space char

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-05-28 21:17:26 +02:00
parent 4ef3e2b232
commit 8256b5e625

View file

@ -111,7 +111,7 @@ static void autoAdjust (
if (! adjust) if (! adjust)
throw std::string("You cannot overlap intervals. Correct the start/end " throw std::string("You cannot overlap intervals. Correct the start/end "
"time, or specify the :adjust hint."); "time, or specify the :adjust hint.");
// implement overwrite resolution, i.e. the new interval overwrites existing intervals // implement overwrite resolution, i.e. the new interval overwrites existing intervals
for (auto& overlap : overlaps) for (auto& overlap : overlaps)