Fix indentation to what it was

This commit is contained in:
retropikzel 2025-06-15 10:30:38 +03:00
parent 9e2a453e28
commit 584ebf0f92

View file

@ -27,7 +27,7 @@
(or (equal? (car spec) 'generic) (or (equal? (car spec) 'generic)
(and confirm? (and confirm?
(yes-or-no? cfg "Implementation " (car spec) " does not " (yes-or-no? cfg "Implementation " (car spec) " does not "
" seem to be available, install anyway?"))))) " seem to be available, install anyway?")))))
(define (conf-selected-implementations cfg) (define (conf-selected-implementations cfg)
(let ((requested (conf-get-list cfg 'implementations '(chibi)))) (let ((requested (conf-get-list cfg 'implementations '(chibi))))