read-print: Fix indentation rule for 'match-lambda*'.

Fixes <https://issues.guix.gnu.org/58040>.
Reported by Maxime Devos <maximedevos@telenet.be>.

* guix/read-print.scm (%special-forms): Set 'match-lambda*' parameter
count to 1.
This commit is contained in:
Ludovic Courtès 2022-10-02 22:27:55 +02:00
parent 3624f4358c
commit 4bd75d79e5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -277,7 +277,7 @@ expressions and blanks that were read."
('lambda 2)
('lambda* 2)
('match-lambda 1)
('match-lambda* 2)
('match-lambda* 1)
('define 2)
('define* 2)
('define-public 2)