fix layout
This commit is contained in:
parent
d34f078856
commit
f4bde87525
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ start file key = stopUnless (inAnnex key) $ do
|
||||||
showStart "unannex" file
|
showStart "unannex" file
|
||||||
next $ ifM isDirect
|
next $ ifM isDirect
|
||||||
( performDirect file key
|
( performDirect file key
|
||||||
, performIndirect file key)
|
, performIndirect file key
|
||||||
|
)
|
||||||
|
|
||||||
performIndirect :: FilePath -> Key -> CommandPerform
|
performIndirect :: FilePath -> Key -> CommandPerform
|
||||||
performIndirect file key = do
|
performIndirect file key = do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue