Tweak spacing
This commit is contained in:
parent
163d775496
commit
d8f64399cd
1 changed files with 2 additions and 2 deletions
|
@ -217,9 +217,9 @@
|
||||||
(if (null? active-channels)
|
(if (null? active-channels)
|
||||||
(map
|
(map
|
||||||
(match-lambda
|
(match-lambda
|
||||||
((#f . ('exception exn))
|
((#f . ('exception exn))
|
||||||
(raise-exception exn))
|
(raise-exception exn))
|
||||||
((#f . ('result val))
|
((#f . ('result val))
|
||||||
val))
|
val))
|
||||||
channels-to-results)
|
channels-to-results)
|
||||||
(loop
|
(loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue