From 8256b5e625e1818681c00d67097524425a3d9fcd Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Tue, 28 May 2019 21:17:26 +0200 Subject: [PATCH] Removing a stray space char Signed-off-by: Thomas Lauf --- src/validate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validate.cpp b/src/validate.cpp index 506b057e..720c539c 100644 --- a/src/validate.cpp +++ b/src/validate.cpp @@ -111,7 +111,7 @@ static void autoAdjust ( if (! adjust) 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 for (auto& overlap : overlaps)