Skip to content

Commit 3c891e6

Browse files
committed
Run pre-commit
1 parent ff8a541 commit 3c891e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

exe/Plugins.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import Ide.Plugin.GADT as GADT
9393
#endif
9494

9595
#if explicitFixity
96-
import Ide.Plugin.ExplicitFixity as ExplicitFixity
96+
import Ide.Plugin.ExplicitFixity as ExplicitFixity
9797
#endif
9898

9999
-- formatters

plugins/hls-explicit-fixity-plugin/test/Main.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
module Main where
44

5-
import Test.Hls
6-
import Ide.Plugin.ExplicitFixity (descriptor)
7-
import qualified Data.Text as T
8-
import System.FilePath
5+
import qualified Data.Text as T
6+
import Ide.Plugin.ExplicitFixity (descriptor)
7+
import System.FilePath
8+
import Test.Hls
99

1010
plugin :: PluginDescriptor IdeState
1111
plugin = descriptor mempty

0 commit comments

Comments
 (0)