smaller cleanups

This commit is contained in:
nerf van nerfingen 2022-11-08 20:53:44 +01:00
parent 0447d72e71
commit 99ab66b419
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,7 @@ main = do
else do else do
configE <- parseFile (head args) configE <- parseFile (head args)
case configE of case configE of
Left text -> hPutStr stderr text Left text -> reportError text
Right config -> do Right config -> do
bs <- request bs <- request
let eitherTable = parseBString bs let eitherTable = parseBString bs

View file