Skip to content

Commit f91edec

Browse files
committed
stylish-haskell
1 parent ed972a0 commit f91edec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls-graph/src/Development/IDE/Graph.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ module Development.IDE.Graph(
2525
) where
2626

2727
import Development.IDE.Graph.Database
28-
import Development.IDE.Graph.KeyMap
29-
import Development.IDE.Graph.KeySet
3028
import Development.IDE.Graph.Internal.Action
3129
import Development.IDE.Graph.Internal.Options
3230
import Development.IDE.Graph.Internal.Rules
3331
import Development.IDE.Graph.Internal.Types
32+
import Development.IDE.Graph.KeyMap
33+
import Development.IDE.Graph.KeySet

0 commit comments

Comments
 (0)