gnu: gunicorn-bootstrap: Re-indent.

* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
This commit is contained in:
Efraim Flashner 2020-07-21 12:13:17 +03:00
parent 8ee76f611a
commit f4a2f0491c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3704,8 +3704,8 @@ (define-public gunicorn-bootstrap
(package
(inherit gunicorn)
(name "gunicorn")
(arguments `(#:tests? #f))
(properties '((hidden? . #t)))
(arguments `(#:tests? #f))
(properties '((hidden? . #t)))
(native-inputs `())))
(define-public python-translation-finder