Clean up whitespace a bit

This commit is contained in:
Colin Jones 2016-10-06 08:38:28 -05:00
parent 60f1d1ecd3
commit 570fb3b08b
No known key found for this signature in database
GPG Key ID: 558A6B658C368953

View File

@ -59,5 +59,5 @@
(= {:a __ :b __}
(into {}
(map
(fn[[k v]] [k (inc v)])
(fn [[k v]] [k (inc v)])
{:a 1 :b 2})))