From 40f3f015400890b9aaa63defd0ba240116ac3cf9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Oct 2019 09:46:06 -0400 Subject: [PATCH] add missing space --- Assistant/Threads/Cronner.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Threads/Cronner.hs b/Assistant/Threads/Cronner.hs index 6122680b5e..a13acabc73 100644 --- a/Assistant/Threads/Cronner.hs +++ b/Assistant/Threads/Cronner.hs @@ -132,7 +132,7 @@ sleepingActivityThread urlrenderer activity lasttime = go lasttime =<< getnextti tolate nowt tz = case mmaxt of Just maxt -> nowt > maxt -- allow the job to start 10 minutes late - Nothing ->diffUTCTime + Nothing -> diffUTCTime (localTimeToUTC tz nowt) (localTimeToUTC tz t) > 600 run nowt = do