about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-07-01 14:57:32 -0500
committerFrederick Muriuki Muriithi2025-07-01 14:57:32 -0500
commit3c219ac0c7387fdbdbebb73f4076a951827d1212 (patch)
treec2d71de616997c4271e6cbd9de68e8c88c210af3
parent69d15b8e7ef6b550f56f6a7c6de94fd8a4cbd910 (diff)
downloadguix-bioinformatics-3c219ac0c7387fdbdbebb73f4076a951827d1212.tar.gz
Fix indentation of forms.
-rw-r--r--gn/packages/genenetwork.scm8
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