mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Removing a stray space char
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
4ef3e2b232
commit
8256b5e625
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue