[Git][ghc/ghc][wip/js-th] Make whitespace linter happy
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Jan 23 16:25:19 UTC 2023
Sylvain Henry pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC
Commits:
b06707c9 by Sylvain Henry at 2023-01-23T17:29:37+01:00
Make whitespace linter happy
- - - - -
2 changed files:
- compiler/GHC/Runtime/Interpreter/JS.hs
- compiler/GHC/Runtime/Interpreter/Process.hs
Changes:
=====================================
compiler/GHC/Runtime/Interpreter/JS.hs
=====================================
@@ -37,7 +37,7 @@ import GHC.Utils.TmpFs
import GHC.Utils.Panic
import GHC.Utils.Error (logInfo)
import GHC.Utils.Outputable (text)
-import GHC.Data.FastString
+import GHC.Data.FastString
import GHC.Types.Unique.FM
import Control.Concurrent
=====================================
compiler/GHC/Runtime/Interpreter/Process.hs
=====================================
@@ -46,7 +46,7 @@ sendMessage i m = callInterpProcess (instProcess i) m
--
-- This is useful to avoid forgetting to receive the value and to ensure that
-- the type of the response isn't lost. Use receiveDelayedResponse to read it.
-sendMessageDelayedResponse :: ExtInterpInstance d -> Message a -> IO (DelayedResponse a)
+sendMessageDelayedResponse :: ExtInterpInstance d -> Message a -> IO (DelayedResponse a)
sendMessageDelayedResponse i m = do
writeInterpProcess (instProcess i) (putMessage m)
pure DelayedResponse
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b06707c942058095f8d4546521086698270ad098
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b06707c942058095f8d4546521086698270ad098
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/20230123/decf7c1d/attachment-0001.html>
More information about the ghc-commits
mailing list