summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-05 23:02:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-05 23:06:26 +0200
commitc914be9517a6568bd29c5d155d8cfcf7a29373ae (patch)
tree39fff74aff2f3a3ba4b7bfadcb8463b8cfbd4975
parent8b0beb73b9ebdd7f4d53432df54eb0065cd87b57 (diff)
controller: Fix indentation.
-rw-r--r--mumi/web/controller.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumi/web/controller.scm b/mumi/web/controller.scm
index 4849a9e..483062e 100644
--- a/mumi/web/controller.scm
+++ b/mumi/web/controller.scm
@@ -107,8 +107,8 @@
#:extra-headers headers))
(render-html (unknown id)))))
(('GET "issue" (? string->number id)
- "attachment" (? string->number msg-num)
- (? string->number path) ...)
+ "attachment" (? string->number msg-num)
+ (? string->number path) ...)
(handle-download (string->number id)
(string->number msg-num)
(map string->number path)))