Tweak spacing

This commit is contained in:
Christopher Baines 2025-06-27 00:16:37 +02:00
parent 163d775496
commit d8f64399cd

View file

@ -217,9 +217,9 @@
(if (null? active-channels)
(map
(match-lambda
((#f . ('exception exn))
((#f . ('exception exn))
(raise-exception exn))
((#f . ('result val))
((#f . ('result val))
val))
channels-to-results)
(loop