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
configE <- parseFile (head args)
case configE of
Left text -> hPutStr stderr text
Left text -> reportError text
Right config -> do
bs <- request
let eitherTable = parseBString bs

View file