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

Commit 4a13f87

Browse files
committed
Remove block arguments
1 parent 4084859 commit 4a13f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Haskell/Ide/Engine/Plugin/Ormolu.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ormoluDescriptor plId = PluginDescriptor
4545

4646
provider :: FormattingProvider
4747
#if __GLASGOW_HASKELL__ >= 806
48-
{-# LANGUAGE BlockArguments #-}
4948
provider contents uri typ _ = pluginGetFile contents uri $ \fp -> do
5049
opts <- lookupComponentOptions fp
5150
let cradleOpts =

0 commit comments

Comments
 (0)