From 3c219ac0c7387fdbdbebb73f4076a951827d1212 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 1 Jul 2025 14:57:32 -0500 Subject: Fix indentation of forms. --- gn/packages/genenetwork.scm | 8 ++++---- 1 file 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 -- cgit v1.2.3