indentation
This commit is contained in:
parent
26821a851b
commit
3a7ae6f144
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ shaTestCases l = map make l
|
|||
Config key . MaybeStringConfig <$> search (shacmds n)
|
||||
where
|
||||
key = "sha" ++ show n
|
||||
search [] = return Nothing
|
||||
search [] = return Nothing
|
||||
search (c:cmds) = do
|
||||
sha <- externalSHA c n "/dev/null"
|
||||
if sha == Right knowngood
|
||||
|
|
Loading…
Add table
Reference in a new issue