Skip to content

Commit dadb464

Browse files
committed
Whitespace
1 parent 69f7080 commit dadb464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

master/custom/worker_downtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def canStartBuild(builder, wfb, request):
2929
return True
3030
return canStartBuild
3131

32+
3233
def is_within_time_range(now, start, end):
3334
if start <= end:
3435
return start <= now <= end

0 commit comments

Comments
 (0)