summaryrefslogtreecommitdiffstats
path: root/srfi/225/srfi-146-impl.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-19 20:36:10 -0700
committerGravatar Arthur A. Gleckler 2022-09-19 20:36:10 -0700
commita893afd4f6a7a515f555fd09b003a3e7ec7a310c (patch)
treed0285391ecedae7b81a2b0a4da01880ebd363c01 /srfi/225/srfi-146-impl.sld
parentMerge branch 'master' of github.com:johnwcowan/srfi-225 (diff)
Drop trailing whitespace.
Diffstat (limited to '')
-rw-r--r--srfi/225/srfi-146-impl.sld2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/225/srfi-146-impl.sld b/srfi/225/srfi-146-impl.sld
index d9577b4..163bf66 100644
--- a/srfi/225/srfi-146-impl.sld
+++ b/srfi/225/srfi-146-impl.sld
@@ -14,7 +14,7 @@
(define (mapping-map* dto proc dict)
(mapping-map (lambda (key value)
- (values key (proc key value)))
+ (values key (proc key value)))
(dict-comparator dto dict) dict))
(define (mapping-find-update* dto dict key failure success)