tests: nix: Remove tab characters.
authorMathieu Othacehe <othacehe@gnu.org>
Mon, 21 Feb 2022 12:37:30 +0000 (13:37 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Mon, 21 Feb 2022 12:38:47 +0000 (13:38 +0100)
* gnu/tests/package-management.scm: Remove them.

gnu/tests/package-management.scm

index 57c2029..6d61dea 100644 (file)
@@ -90,7 +90,7 @@
                                 "store" "ping" "--store" "daemon")))
              marionette))
 
-         (test-end))))
+          (test-end))))
 
   (gexp->derivation (string-append name "-test") test))
 
@@ -99,7 +99,7 @@
   (let ((base-os
          (simple-operating-system
           (service nix-service-type)
-         (service dhcp-client-service-type))))
+          (service dhcp-client-service-type))))
     (operating-system
       (inherit base-os)
       (packages (cons nix (operating-system-packages base-os))))))