From 70f7c6719cc8e198bb16a27df1ea45cc6297ccb3 Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 28 Dec 2023 17:59:28 -0500 Subject: [PATCH] Fix alignment issue --- manifest.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.scm b/manifest.scm index 591f9b3..20f6ffe 100644 --- a/manifest.scm +++ b/manifest.scm @@ -3,8 +3,8 @@ ;; that accepts a '--manifest' (or '-m') option. (specifications->manifest - (list "gcc-toolchain" - "git" - "git-lfs" - "rust-cargo" - "rust")) + (list "gcc-toolchain" + "git" + "git-lfs" + "rust-cargo" + "rust"))