Satisfy hlint
This commit is contained in:
parent
616a991e21
commit
bbd0707a6d
14 changed files with 46 additions and 54 deletions
|
|
@ -41,4 +41,4 @@ parseFlagFile :: Parser RawFlags
|
|||
parseFlagFile = space *> many lNewline *> (Map.fromList <$> many lLine) <* hidden eof
|
||||
|
||||
readFlagFile :: FilePath -> T.Text -> Either WeedErrorBundle RawFlags
|
||||
readFlagFile filename input = parse parseFlagFile filename input
|
||||
readFlagFile = parse parseFlagFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue