diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-21 12:13:17 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-21 12:13:17 +0300 |
commit | f4a2f0491c7c8cf8bdc49fb469c8f10a09b8f5f3 (patch) | |
tree | 902edbdae7a6b6668898f06665e0675480dc34c1 /gnu | |
parent | 8ee76f611ab7eb598878d9e16c97f15accfedd87 (diff) |
gnu: gunicorn-bootstrap: Re-indent.
* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6fd430a41f..a202873fd0 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 |