Skip to content

Commit 4465f49

Browse files
author
Jaro Reinders
committed
Apply more stylish-haskell formatting
1 parent 5a6216b commit 4465f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-test-utils/src/Development/IDE/Test/Diagnostic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module Development.IDE.Test.Diagnostic where
33

44
import Control.Lens ((^.))
55
import qualified Data.Text as T
6+
import Development.IDE.GHC.Compat (GhcVersion (..), ghcVersion)
67
import GHC.Stack (HasCallStack)
78
import Language.LSP.Protocol.Lens
89
import Language.LSP.Protocol.Types
9-
import Development.IDE.GHC.Compat (ghcVersion, GhcVersion (..))
1010

1111
-- | (0-based line number, 0-based column number)
1212
type Cursor = (UInt, UInt)

0 commit comments

Comments
 (0)