add missing space

This commit is contained in:
Joey Hess 2018-10-09 16:32:59 -04:00
parent bd24814d42
commit b8ed97f5d8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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 ()