gnu: gunicorn-bootstrap: Re-indent.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 21 Jul 2020 09:13:17 +0000 (12:13 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 21 Jul 2020 09:13:17 +0000 (12:13 +0300)
* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.

gnu/packages/python-web.scm

index 6fd430a..a202873 100644 (file)
@@ -3704,8 +3704,8 @@ and fairly speedy.")
   (package
     (inherit gunicorn)
     (name "gunicorn")
-       (arguments `(#:tests? #f))
-       (properties '((hidden? . #t)))
+    (arguments `(#:tests? #f))
+    (properties '((hidden? . #t)))
     (native-inputs `())))
 
 (define-public python-translation-finder