Fourmolu reformats this: ```hs newtype App a = App { unApp :: ReaderT MyConfig (LoggingT IO) a } ``` as ```hs newtype App a = App { unApp :: ReaderT MyConfig (LoggingT IO) a } ``` Possibly caused by https://github.com/fourmolu/fourmolu/pull/124
Fourmolu reformats this:
as
Possibly caused by #124