From ca5c5550ab468e56c19c53104c5d4153b1d6693f Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Sun, 10 Jul 2022 21:49:54 +0530 Subject: [PATCH] removes newline after set' function --- app/ghcup/BrickMain.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ghcup/BrickMain.hs b/app/ghcup/BrickMain.hs index 81cfd22..4edad3a 100644 --- a/app/ghcup/BrickMain.hs +++ b/app/ghcup/BrickMain.hs @@ -493,7 +493,6 @@ set' :: (MonadReader AppState m, MonadIO m, MonadThrow m, MonadFail m, MonadMask => BrickState -> (Int, ListResult) -> m (Either String ()) - set' bs input@(_, ListResult {..}) = do settings <- liftIO $ readIORef settings'