From e8ed2d5f24e76df7d4cd122473fe15df2a0a39a9 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 29 Aug 2022 20:55:02 +0000 Subject: [PATCH] Remove accidental trailing space --- src/Vervis/Recipient.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vervis/Recipient.hs b/src/Vervis/Recipient.hs index 8e840dd..e0fca2a 100644 --- a/src/Vervis/Recipient.hs +++ b/src/Vervis/Recipient.hs @@ -551,7 +551,7 @@ groupLocalRecipients = organize . partitionByActor f (p, g, r, d, l) (RecipLoom lkhid lpiece) = (p, g, r, d, (lkhid, lpiece) : l) - organize + organize :: ( [(KeyHashid Person, LeafPerson)] , [(KeyHashid Group, LeafGroup)] , [(KeyHashid Repo, LeafRepo)]