mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 09:34:51 +09:00
Remove accidental trailing space
This commit is contained in:
parent
d741d0e918
commit
e8ed2d5f24
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ groupLocalRecipients = organize . partitionByActor
|
||||||
f (p, g, r, d, l) (RecipLoom lkhid lpiece) =
|
f (p, g, r, d, l) (RecipLoom lkhid lpiece) =
|
||||||
(p, g, r, d, (lkhid, lpiece) : l)
|
(p, g, r, d, (lkhid, lpiece) : l)
|
||||||
|
|
||||||
organize
|
organize
|
||||||
:: ( [(KeyHashid Person, LeafPerson)]
|
:: ( [(KeyHashid Person, LeafPerson)]
|
||||||
, [(KeyHashid Group, LeafGroup)]
|
, [(KeyHashid Group, LeafGroup)]
|
||||||
, [(KeyHashid Repo, LeafRepo)]
|
, [(KeyHashid Repo, LeafRepo)]
|
||||||
|
|
Loading…
Reference in a new issue