diff options
author | Frederick Muriuki Muriithi | 2025-07-01 14:57:32 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-01 14:57:32 -0500 |
commit | 3c219ac0c7387fdbdbebb73f4076a951827d1212 (patch) | |
tree | c2d71de616997c4271e6cbd9de68e8c88c210af3 | |
parent | 69d15b8e7ef6b550f56f6a7c6de94fd8a4cbd910 (diff) | |
download | guix-bioinformatics-3c219ac0c7387fdbdbebb73f4076a951827d1212.tar.gz |
Fix indentation of forms.
-rw-r--r-- | gn/packages/genenetwork.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 502ee34..29a8cbe 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -489,10 +489,10 @@ storage.") (list #:phases #~(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "pytest" "-m" "unit_test" "-n" "auto"))))))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-m" "unit_test" "-n" "auto"))))))) (native-inputs (list python-mypy python-pylint |