Skip to content

Commit ddfe020

Browse files
committed
Use explicit import to avoid shadowing
1 parent b16a028 commit ddfe020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Ide.PluginUtils (makeDiffTextEdit)
2222
import Ide.Types
2323
import Language.LSP.Server hiding (defaultConfig)
2424
import Language.LSP.Types
25-
import Language.LSP.Types.Lens
25+
import Language.LSP.Types.Lens (HasTabSize (tabSize))
2626
import Ormolu
2727
import System.FilePath
2828

0 commit comments

Comments
 (0)