From 584ebf0f926841f9ab533b6155d6f67adc227778 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 15 Jun 2025 10:30:38 +0300 Subject: [PATCH] Fix indentation to what it was --- lib/chibi/snow/commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index efbfbf5b..1fbb0bb0 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -27,7 +27,7 @@ (or (equal? (car spec) 'generic) (and confirm? (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) (let ((requested (conf-get-list cfg 'implementations '(chibi))))