indentation

This commit is contained in:
Joey Hess 2014-07-13 22:13:13 -04:00
parent 26821a851b
commit 3a7ae6f144

View file

@ -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