add missing space
This commit is contained in:
parent
bd24814d42
commit
b8ed97f5d8
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue