Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit bb086ed

Browse files
committed
Removed unused config function
1 parent fa057ca commit bb086ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/FormatSpec.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ spec = do
9696
describe "ormolu" $ do
9797
let formatLspConfig provider =
9898
object [ "languageServerHaskell" .= object ["formattingProvider" .= (provider :: Value)] ]
99-
formatConfig provider = defaultConfig { lspConfig = Just (formatLspConfig provider) }
10099

101100
it "formats correctly" $ runSession hieCommand fullCaps "test/testdata" $ do
102101
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (formatLspConfig "ormolu"))

0 commit comments

Comments
 (0)