Skip to content

Commit

Permalink
format with fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
jetjinser committed May 17, 2024
1 parent 9800f9d commit 7eae231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-test/test/DummyServer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ handlers =
resp $ Right $ InL [ih]
, requestHandler SMethod_InlayHintResolve $ \req resp -> do
let TRequestMessage _ _ _ params = req
(InlayHint {_data_= Just data_, ..}) = params
(InlayHint{_data_ = Just data_, ..}) = params
start :: Position
Success start = fromJSON data_
ih = InlayHint {_data_ = Nothing, _tooltip = Just $ InL $ "start at " <> T.pack (show start), ..}
ih = InlayHint{_data_ = Nothing, _tooltip = Just $ InL $ "start at " <> T.pack (show start), ..}
resp $ Right ih
]

0 comments on commit 7eae231

Please sign in to comment.