aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-06-19 12:06:26 +0100
committerChristopher Baines <mail@cbaines.net>2021-06-19 12:06:26 +0100
commit33777e9cd5e14cfe38af38651768be0948dbb949 (patch)
treede0fa3917efdcc1f247f0e20f6d1b253fbf2fe9d
parenta73dc15f4cb081462f15f0eb31618ce3d1d556e8 (diff)
downloadbuild-coordinator-33777e9cd5e14cfe38af38651768be0948dbb949.tar
build-coordinator-33777e9cd5e14cfe38af38651768be0948dbb949.tar.gz
Tweak some indentation
-rw-r--r--guix-build-coordinator/agent.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm
index 6fe3e71..7966020 100644
--- a/guix-build-coordinator/agent.scm
+++ b/guix-build-coordinator/agent.scm
@@ -315,11 +315,13 @@
(process-job build
perform-post-build-actions))
#:thread-start-delay
- (make-time time-duration
- 0
- (max 5
- (- 135 (* 120
- (/ max-parallel-builds 64))))))))
+ (make-time
+ time-duration
+ 0
+ (max 5
+ (- 135
+ (* 120
+ (/ max-parallel-builds 64))))))))
(define (display-info)
(display
(simple-format