From 3099fc3c26ff0a4522f578ec3f8f6af00cc8d030 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Fri, 15 Mar 2013 13:01:08 -0400 Subject: [PATCH] space. --- eg/sunlight/party-count.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eg/sunlight/party-count.hy b/eg/sunlight/party-count.hy index b26a65b..43ffb28 100755 --- a/eg/sunlight/party-count.hy +++ b/eg/sunlight/party-count.hy @@ -15,7 +15,7 @@ (defn get-party-breakdown [state] (Counter (map - (lambda [x](get x "party")) + (lambda [x] (get x "party")) (get-legislators state))))