hlint tweaks
Did all sources except Remotes/* and Command/*
This commit is contained in:
parent
9bb797c0ea
commit
e784757376
32 changed files with 172 additions and 179 deletions
|
@ -91,5 +91,5 @@ mergeFile g (info, file) = case filter (/= nullsha) [asha, bsha] of
|
|||
return $ Just $ update_index_line sha file
|
||||
where
|
||||
[_colonamode, _bmode, asha, bsha, _status] = words info
|
||||
nullsha = take shaSize $ repeat '0'
|
||||
nullsha = replicate shaSize '0'
|
||||
unionmerge = unlines . nub . lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue