guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/46: gnu: gunicorn-bootstrap: Re-indent.


From: guix-commits
Subject: 30/46: gnu: gunicorn-bootstrap: Re-indent.
Date: Tue, 21 Jul 2020 08:49:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f4a2f0491c7c8cf8bdc49fb469c8f10a09b8f5f3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 12:13:17 2020 +0300

    gnu: gunicorn-bootstrap: Re-indent.
    
    * gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6fd430a..a202873 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]