add missing space
This commit is contained in:
parent
4967f8f0ab
commit
40f3f01540
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ sleepingActivityThread urlrenderer activity lasttime = go lasttime =<< getnextti
|
||||||
tolate nowt tz = case mmaxt of
|
tolate nowt tz = case mmaxt of
|
||||||
Just maxt -> nowt > maxt
|
Just maxt -> nowt > maxt
|
||||||
-- allow the job to start 10 minutes late
|
-- allow the job to start 10 minutes late
|
||||||
Nothing ->diffUTCTime
|
Nothing -> diffUTCTime
|
||||||
(localTimeToUTC tz nowt)
|
(localTimeToUTC tz nowt)
|
||||||
(localTimeToUTC tz t) > 600
|
(localTimeToUTC tz t) > 600
|
||||||
run nowt = do
|
run nowt = do
|
||||||
|
|
Loading…
Add table
Reference in a new issue