remove blank

This commit is contained in:
Joey Hess 2021-01-11 13:15:21 -04:00
parent 29a3f071a7
commit 5d2a7f7764
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -85,7 +85,6 @@ data RemoteA a = Remote
, name :: RemoteName
-- Remotes have a use cost; higher is more expensive
, cost :: Cost
-- Transfers a key's contents from disk to the remote.
-- The key should not appear to be present on the remote until
-- all of its contents have been transferred.