From 5d2a7f7764a4c9048be70b3da654d42cd6588f21 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Jan 2021 13:15:21 -0400 Subject: [PATCH] remove blank --- Types/Remote.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Types/Remote.hs b/Types/Remote.hs index e2a4940582..0acdabd14e 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -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.