We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8a541 commit 3c891e6Copy full SHA for 3c891e6
exe/Plugins.hs
@@ -93,7 +93,7 @@ import Ide.Plugin.GADT as GADT
93
#endif
94
95
#if explicitFixity
96
-import Ide.Plugin.ExplicitFixity as ExplicitFixity
+import Ide.Plugin.ExplicitFixity as ExplicitFixity
97
98
99
-- formatters
plugins/hls-explicit-fixity-plugin/test/Main.hs
@@ -2,10 +2,10 @@
2
3
module Main where
4
5
-import Test.Hls
6
-import Ide.Plugin.ExplicitFixity (descriptor)
7
-import qualified Data.Text as T
8
-import System.FilePath
+import qualified Data.Text as T
+import Ide.Plugin.ExplicitFixity (descriptor)
+import System.FilePath
+import Test.Hls
9
10
plugin :: PluginDescriptor IdeState
11
plugin = descriptor mempty
0 commit comments