From 3ecfc1b9ce5f6cb5a9c9310427bde13bede7ab20 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 3 Feb 2023 19:01:23 +0100 Subject: Fix Indentation Issue --- system-configuration.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'system-configuration.scm') diff --git a/system-configuration.scm b/system-configuration.scm index 522b4d9..28d4dbc 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -73,12 +73,12 @@ (file-systems (append %base-file-systems (list - (file-system - (mount-point "/") - (device "/dev/mapper/aisaka-root") - (type "btrfs") - (dependencies mapped-devices)) - (file-system - (mount-point "/boot") - (device (uuid "4f77b5fc-56ad-43ae-b6ec-e5adc8c48587")) - (type "ext4")))))) + (file-system + (mount-point "/") + (device "/dev/mapper/aisaka-root") + (type "btrfs") + (dependencies mapped-devices)) + (file-system + (mount-point "/boot") + (device (uuid "4f77b5fc-56ad-43ae-b6ec-e5adc8c48587")) + (type "ext4")))))) -- cgit v1.2.3