From 52da9f0507ecc0144e2f7eb290759af474f8e29d Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 5 Apr 2020 11:12:58 +0000 Subject: [PATCH] Run stylish-haskell on all files --- src/Mima/Run.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mima/Run.hs b/src/Mima/Run.hs index 4932b30..a946de2 100644 --- a/src/Mima/Run.hs +++ b/src/Mima/Run.hs @@ -54,7 +54,7 @@ protect m = do result <- liftIO $ tryIOError m case result of Right a -> pure a - Left e -> throw $ T.pack $ show e + Left e -> throw $ T.pack $ show e readFileT :: FilePath -> Run T.Text readFileT = protect . T.readFile