diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-03-28 18:40:41 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-06 15:06:03 +0200 |
commit | a274bba2f939ae6637ec613bd0537ba415945835 (patch) | |
tree | 0a2166bfd6b2cffe87c7c1d9fbd4829ef1052647 | |
parent | af03dccea1e3f15209e2664a47912f3efd34bbd3 (diff) | |
download | patches-a274bba2f939ae6637ec613bd0537ba415945835.tar patches-a274bba2f939ae6637ec613bd0537ba415945835.tar.gz |
installer: Remove trailing tabs.
* gnu/installer.scm (installer-steps): Remove trailing tabs.
-rw-r--r-- | gnu/installer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 50f5b1aa77..9f39191d54 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -271,7 +271,7 @@ selected keymap." (description (G_ "Services")) (compute (lambda _ ((installer-services-page current-installer)))) - (configuration-formatter system-services->configuration)) + (configuration-formatter system-services->configuration)) ;; Run a partitioning tool allowing the user to modify ;; partition tables, partitions and their mount points. @@ -284,7 +284,7 @@ selected keymap." ((installer-partition-page current-installer)))) (configuration-formatter user-partitions->configuration)) - (installer-step + (installer-step (id 'final) (description (G_ "Configuration file")) (compute |