Fix indentation to what it was

This commit is contained in:
retropikzel 2025-06-15 10:32:04 +03:00
parent 584ebf0f92
commit 674bcc107e

View file

@ -25,9 +25,9 @@
(warn msg) (warn msg)
#f)))))) #f))))))
(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))))