Skip to content

Commit 215367a

Browse files
committed
Uncomment things that shouldn't have been commented
1 parent 4ea5385 commit 215367a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/HlsPlugins.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ import qualified Ide.Plugin.Rename as Rename
4545
import qualified Ide.Plugin.Retrie as Retrie
4646
#endif
4747

48-
-- #if hls_underlyingType
48+
#if hls_underlyingType
4949
import qualified Ide.Plugin.UnderlyingType as UnderlyingType
50-
-- #endif
50+
#endif
5151

52-
-- #if hls_hlint
52+
#if hls_hlint
5353
import qualified Ide.Plugin.Hlint as Hlint
54-
-- #endif
54+
#endif
5555

5656
#if hls_stan
5757
import qualified Ide.Plugin.Stan as Stan

0 commit comments

Comments
 (0)