This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a1c141e342 home: services: Format let block in helper function.
a1c141e342 is described below

commit a1c141e34253a19c3fdefe5afbb9c43a6934862c
Author: jgart <[email protected]>
AuthorDate: Tue Feb 10 13:41:10 2026 -0500

    home: services: Format let block in helper function.
    
    * gnu/home/services/sway.scm (services): Format let block in helper 
function.
    
    Change-Id: I9ce14f33cb52ab97e0af129aad12d65bfdd70495
---
 gnu/home/services/sway.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/home/services/sway.scm b/gnu/home/services/sway.scm
index fcddbdbea2..e9a488f1ca 100644
--- a/gnu/home/services/sway.scm
+++ b/gnu/home/services/sway.scm
@@ -104,7 +104,8 @@
 
 ;; Helper function.
 (define (flatmap f l)
-  (let loop ((lst (reverse l)) (acc '()))
+  (let loop ((lst (reverse l))
+             (acc '()))
     (match lst
       (() acc)
       ((head . tail)

Reply via email to