File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ import qualified Development.IDE.Spans.AtPoint as AtPoint
37
37
import Development.IDE.Types.HscEnvEq (hscEnv )
38
38
import Development.IDE.Types.Location
39
39
import qualified HieDb
40
- import Ide.Types (hlsDirectory , dependenciesDirectory )
40
+ import Ide.Types (dependenciesDirectory ,
41
+ hlsDirectory )
41
42
import Language.LSP.Protocol.Types (DocumentHighlight (.. ),
42
43
SymbolInformation (.. ),
43
44
normalizedFilePathToUri ,
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ import Test.Tasty (TestTree, testGroup)
28
28
import Test.Tasty.ExpectedFailure (expectFailBecause )
29
29
import Test.Tasty.HUnit (assertBool , assertFailure ,
30
30
(@?=) )
31
- import TestUtils (testSessionWithExtraFiles , knownBrokenForGhcVersions )
31
+ import TestUtils (knownBrokenForGhcVersions ,
32
+ testSessionWithExtraFiles )
32
33
33
34
tests :: TestTree
34
35
tests =
You can’t perform that action at this time.
0 commit comments