bug#58040: "guix style" puts closing parentheses on the wrong line
Hi, Maxime Devos skribis: > and running "guix style -f a.scm" on it, it becomes > > (define (find-latest-release releases) > (fold (match-lambda* (((key . value) result) > (cond > ((even-minor-version? key) >(match r
bug#58040: "guix style" puts closing parentheses on the wrong line
Hi, Putting the following definition into a file a.scm (from https://issues.guix.gnu.org/57460): (define (find-latest-release releases) (fold (match-lambda* (((key . value) result) (cond ((even-minor-version? key) (match result (#f