Skip to content

Commit a19c09c

Browse files
committed
Fix formatting
1 parent 8af4d1c commit a19c09c

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/Util.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module Development.IDE.GHC.Compat.Util (
7474
) where
7575

7676
#if MIN_VERSION_ghc(9,4,0)
77-
import GHC.Data.Bool (OverridingBool(..))
77+
import GHC.Data.Bool (OverridingBool (..))
7878
#endif
7979

8080
#if MIN_VERSION_ghc(9,0,0)

0 commit comments

Comments
 (0)