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 e9efbc9 commit a438b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp/src/Language/LSP/Server/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,6 @@ want to be sure that some cleanup happens, you need to ensure we don't respond t
until it's done. The best way to do this is just to install a specific `shutdown` handler.
After the `shutdown` request, we don't handle any more requests and notifications other than
`exit`. We also don't handle any more responses to requests we have sent but just throw the
responses away.
`exit`. We also don't handle any more responses to requests we have sent but just throw the
responses away.
-}

0 comments on commit a438b4b

Please sign in to comment.