mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
home: services: Format let block in helper function.
* gnu/home/services/sway.scm (services): Format let block in helper function. Change-Id: I9ce14f33cb52ab97e0af129aad12d65bfdd70495
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user