aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/database.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-02-06 15:12:06 +0100
committerChristopher Baines <mail@cbaines.net>2023-02-06 15:12:06 +0100
commit0ee8c782903717d48c54dfb00ac7496ac06529d8 (patch)
tree583d4298b2085e2f0df8cb2c9865b5bb6b489781 /nar-herder/database.scm
parent2ae82e3f42174be9734751aa27515d1904288886 (diff)
downloadnar-herder-0ee8c782903717d48c54dfb00ac7496ac06529d8.tar
nar-herder-0ee8c782903717d48c54dfb00ac7496ac06529d8.tar.gz
Fix some indentation
Diffstat (limited to 'nar-herder/database.scm')
-rw-r--r--nar-herder/database.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nar-herder/database.scm b/nar-herder/database.scm
index 150286c..5323b6d 100644
--- a/nar-herder/database.scm
+++ b/nar-herder/database.scm
@@ -330,8 +330,8 @@ PRAGMA optimize;")))
(make-parameter #f))
(define* (database-call-with-transaction database proc
- #:key
- readonly?)
+ #:key
+ readonly?)
(define (run-proc-within-transaction db)
(if (%current-transaction-proc)
(proc db) ; already in transaction