From 674bcc107e0a06499345f866daafa24af99ff0d5 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 15 Jun 2025 10:32:04 +0300 Subject: [PATCH] Fix indentation to what it was --- lib/chibi/snow/commands.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index 1fbb0bb0..1d54b697 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -25,9 +25,9 @@ (warn msg) #f)))))) (or (equal? (car spec) 'generic) - (and confirm? - (yes-or-no? cfg "Implementation " (car spec) " does not " - " seem to be available, install anyway?"))))) + (and confirm? + (yes-or-no? cfg "Implementation " (car spec) " does not " + " seem to be available, install anyway?"))))) (define (conf-selected-implementations cfg) (let ((requested (conf-get-list cfg 'implementations '(chibi))))