Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Apr 10, 2024
1 parent 49ec6f4 commit e9efbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/src/Language/LSP/Server/Processing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ handle' ::
handle' logger mAction m msg = do
shutdown <- isShuttingDown
-- These are the methods that we are allowed to process during shutdown.
-- The reason that we include 'shutdown' itself here is because we change
-- The reason that we include 'shutdown' itself here is because we change
-- state to "shutting down" just _before_ we process the message itself!
let allowedMethod m = case (splitClientMethod m, m) of
(IsClientNot, SMethod_Exit) -> True
Expand Down

0 comments on commit e9efbc9

Please sign in to comment.