aboutsummaryrefslogtreecommitdiff
path: root/genenetwork/services
diff options
context:
space:
mode:
authorArun Isaac2024-10-24 14:18:56 +0100
committerArun Isaac2024-10-24 17:36:34 +0100
commit3737a6dda627daf70524606c25a6f42677bdf8c9 (patch)
tree34782925a675976ed7c1325cb223e62a1a642c53 /genenetwork/services
parent516398858d0e2f9b574f4d6006923bca55f4bbeb (diff)
downloadgn-machines-3737a6dda627daf70524606c25a6f42677bdf8c9.tar.gz
Re-format and improve indentation.
* genenetwork/services/genenetwork.scm (<genenetwork-configuration>, <gn-uploader-configuration>, build-xapian-index-cron-gexp): Re-format and re-indent.
Diffstat (limited to 'genenetwork/services')
-rw-r--r--genenetwork/services/genenetwork.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index 2747ad7..a6f757b 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -94,7 +94,7 @@
(sparql-endpoint genenetwork-configuration-sparql-endpoint
(default "http://localhost:8081/sparql"))
(gn-sourcecode-directory genenetwork-configuration-gn-sourcecode-directory
- (default "/var/empty"))
+ (default "/var/empty"))
(gn3-data-directory genenetwork-configuration-gn3-data-directory
(default "/var/genenetwork"))
(gn2-secrets genenetwork-configuration-gn2-secrets
@@ -125,7 +125,8 @@
(default "https://auth.genenetwork.org"))
(gn2-server-url gn-uploader-configuration-gn2-server-url
(default "https://genenetwork.org"))
- (log-level gn-uploader-configuration-log-level (default "WARNING")))
+ (log-level gn-uploader-configuration-log-level
+ (default "WARNING")))
(define %genenetwork-accounts
(list (user-group
@@ -148,8 +149,8 @@
(herd (file-append shepherd "/bin/herd"))
(index-genenetwork (file-append genenetwork3 "/bin/index-genenetwork"))
(gn3-profile (profile
- (content (package->development-manifest genenetwork3))
- (allow-collisions? #t)))
+ (content (package->development-manifest genenetwork3))
+ (allow-collisions? #t)))
(python3-version (python-version (package-version python))))
(with-imported-modules '((guix build utils))
#~(begin