fix layout

This commit is contained in:
Joey Hess 2019-01-01 12:31:03 -04:00
parent d34f078856
commit f4bde87525
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -70,7 +70,8 @@ start file key = stopUnless (inAnnex key) $ do
showStart "unannex" file
next $ ifM isDirect
( performDirect file key
, performIndirect file key)
, performIndirect file key
)
performIndirect :: FilePath -> Key -> CommandPerform
performIndirect file key = do