lib: add whitespace around '$' operator
This commit is contained in:
parent
86c36c1dcc
commit
1d91ea43a5
@ -213,7 +213,7 @@ includedirectivep = do
|
|||||||
filepaths <- liftIO $ sort <$> globDir1 fileglob curdir
|
filepaths <- liftIO $ sort <$> globDir1 fileglob curdir
|
||||||
if (not . null) filepaths
|
if (not . null) filepaths
|
||||||
then pure filepaths
|
then pure filepaths
|
||||||
else parseErrorAt parserpos$ "No existing files match pattern: " ++ filename
|
else parseErrorAt parserpos $ "No existing files match pattern: " ++ filename
|
||||||
|
|
||||||
parseChild parentpos filepath = do
|
parseChild parentpos filepath = do
|
||||||
childInput <- lift $ readFilePortably filepath
|
childInput <- lift $ readFilePortably filepath
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user