mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
installer: Remove trailing tabs.
* gnu/installer.scm (installer-steps): Remove trailing tabs.
This commit is contained in:
parent
af03dccea1
commit
a274bba2f9
1 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ (define (installer-steps)
|
|||
(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 @@ (define (installer-steps)
|
|||
((installer-partition-page current-installer))))
|
||||
(configuration-formatter user-partitions->configuration))
|
||||
|
||||
(installer-step
|
||||
(installer-step
|
||||
(id 'final)
|
||||
(description (G_ "Configuration file"))
|
||||
(compute
|
||||
|
|
Loading…
Reference in a new issue