From b8ed97f5d8c215f4e71195f922a443ec2ec2a357 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Oct 2018 16:32:59 -0400 Subject: [PATCH] add missing space --- Database/Export.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Export.hs b/Database/Export.hs index a410489934..c9f4146e40 100644 --- a/Database/Export.hs +++ b/Database/Export.hs @@ -208,7 +208,7 @@ updateExportTree h old new = do | sha == nullSha = return Nothing | otherwise = Just <$> exportKey sha -updateExportTree' :: ExportHandle -> Maybe ExportKey -> Maybe ExportKey -> Git.DiffTree.DiffTreeItem-> Annex () +updateExportTree' :: ExportHandle -> Maybe ExportKey -> Maybe ExportKey -> Git.DiffTree.DiffTreeItem -> Annex () updateExportTree' h srcek dstek i = do case srcek of Nothing -> return ()