Skip to content

Commit 6edb82c

Browse files
committed
Fix formatting
1 parent 2b269c4 commit 6edb82c

File tree

1 file changed

+1
-1
lines changed
  • ghcide/src/Development/IDE/GHC/Compat

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/GHC/Compat/Error.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import Development.IDE.GHC.Compat (Type)
4444
import GHC.Driver.Errors.Types
4545
import GHC.HsToCore.Errors.Types
4646
import GHC.Tc.Errors.Types
47-
import GHC.Tc.Types.Constraint (Hole(..), HoleSort)
47+
import GHC.Tc.Types.Constraint (Hole (..), HoleSort)
4848
import GHC.Types.Error
4949

5050
-- | Some 'TcRnMessage's are nested in other constructors for additional context.

0 commit comments

Comments
 (0)