Apply hlint 3.3.2 suggestions

This commit is contained in:
Jan Hrček
2021-08-29 17:08:06 +02:00
parent 3986677b06
commit f6b6b36eb7
2 changed files with 2 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ execLogged exe args chdir lfile env = do
pure e
tee :: Fd -> Fd -> IO ()
tee fileFd fdIn = readTilEOF lineAction fdIn
tee fileFd = readTilEOF lineAction
where
lineAction :: ByteString -> IO ()