summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-11-16 21:20:12 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-11-16 21:20:12 -0500
commit544f75f1f2a0f110d3d09536b3a047e48ecfd471 (patch)
tree8f7796188e8d5e660f8ccea638edd843873af697
parent4b547bc4b4e61b2c1938983a41910f8b8918f139 (diff)
takemi: os: Code formatting tweak.
-rw-r--r--takemi-os.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/takemi-os.scm b/takemi-os.scm
index f611d92..f6c2aec 100644
--- a/takemi-os.scm
+++ b/takemi-os.scm
@@ -296,9 +296,7 @@
(file-systems
(cons* (file-system
(mount-point "/")
- (device
- (uuid "f99d3ff5-57ea-4b20-bca7-bc2d58b4c364"
- 'ext4))
+ (device (uuid "f99d3ff5-57ea-4b20-bca7-bc2d58b4c364" 'ext4))
(type "ext4"))
%base-file-systems))))