From 9d8b57c467580b5073bda5bba65b4d24d6618109 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 21 Dec 2018 15:54:12 +0100 Subject: fix parens --- guix/fixed-fcgiwrap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/fixed-fcgiwrap.scm') diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm index 8091147..573baad 100644 --- a/guix/fixed-fcgiwrap.scm +++ b/guix/fixed-fcgiwrap.scm @@ -109,8 +109,8 @@ (adjust-permissions path perm) pid) (else #f))))))) - (_ (start-fcgiwrap))))) - (stop #~(make-kill-destructor)))))))) + (_ (start-fcgiwrap))))) + (stop #~(make-kill-destructor)))) (define fcgiwrap-accounts -- cgit v1.2.3