Skip to content

Commit aec91ca

Browse files
committed
Fix pre-commit check
1 parent 5e0c36d commit aec91ca

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-class-plugin/src/Ide/Plugin/Class

1 file changed

+1
-1
lines changed

plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
{-# LANGUAGE CPP #-}
12
{-# LANGUAGE DeriveAnyClass #-}
23
{-# LANGUAGE DeriveGeneric #-}
34
{-# LANGUAGE FlexibleContexts #-}
45
{-# LANGUAGE LambdaCase #-}
56
{-# LANGUAGE RecordWildCards #-}
67
{-# LANGUAGE TypeFamilies #-}
78
{-# LANGUAGE ViewPatterns #-}
8-
{-# LANGUAGE CPP #-}
99

1010
module Ide.Plugin.Class.Types where
1111

0 commit comments

Comments
 (0)