Add formatDoc and formatRange
[opengl.git] / src / Language / Haskell / LSP / Test / Session.hs
index 1dee298a933b0f93ff203f152dcbff7c4fafe8cb..218defb7cb28fea135b25c1803131e856d2c8046 100644 (file)
@@ -208,7 +208,6 @@ updateState (NotPublishDiagnostics n) = do
 
 updateState (ReqApplyWorkspaceEdit r) = do
 
-
   allChangeParams <- case r ^. params . edit . documentChanges of
     Just (List cs) -> do
       mapM_ (checkIfNeedsOpened . (^. textDocument . uri)) cs