[Git][ghc/ghc][wip/T24040-ghci-timeout-squashed] trim whitespaces in ghci/ui

Hassan Al-Awwadi (@hassan.awwadi) gitlab at gitlab.haskell.org
Tue Feb 6 20:51:24 UTC 2024



Hassan Al-Awwadi pushed to branch wip/T24040-ghci-timeout-squashed at Glasgow Haskell Compiler / GHC


Commits:
9a219817 by Hassan Al-Awwadi at 2024-02-06T18:08:48+01:00
trim whitespaces in ghci/ui

- - - - -


1 changed file:

- ghc/GHCi/UI.hs


Changes:

=====================================
ghc/GHCi/UI.hs
=====================================
@@ -3577,7 +3577,7 @@ showTargets = mapM_ showTarget =<< GHC.getTargets
       liftIO (putStrLn $ moduleNameString m)
 
 showTimeout :: GhciMonad m => m ()
-showTimeout = do 
+showTimeout = do
   maybe_limit <- time_limit <$> getGHCiState
   case maybe_limit of
     Nothing -> printForUser $ text "unrestricted"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9a21981747b628dd5a436c4cb1af32b4fac8abae

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9a21981747b628dd5a436c4cb1af32b4fac8abae
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240206/9c9c3471/attachment-0001.html>


More information about the ghc-commits mailing list