hlint
This commit is contained in:
parent
8cc90219d2
commit
c1990702e9
15 changed files with 40 additions and 42 deletions
|
@ -82,6 +82,5 @@ transitionList = map transition . S.elems
|
|||
{- Typically ran with Annex.Branch.change, but we can't import Annex.Branch
|
||||
- here since it depends on this module. -}
|
||||
recordTransitions :: (FilePath -> (String -> String) -> Annex ()) -> Transitions -> Annex ()
|
||||
recordTransitions changer t = do
|
||||
changer transitionsLog $
|
||||
showTransitions . S.union t . parseTransitionsStrictly "local"
|
||||
recordTransitions changer t = changer transitionsLog $
|
||||
showTransitions . S.union t . parseTransitionsStrictly "local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue