Skip to content
Prev Previous commit
Next Next commit
Use explicit import to avoid shadowing
  • Loading branch information
georgefst committed Oct 4, 2021
commit ddfe0204569d00635e28d384badd9eeba12193bd
2 changes: 1 addition & 1 deletion plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Ide.PluginUtils (makeDiffTextEdit)
import Ide.Types
import Language.LSP.Server hiding (defaultConfig)
import Language.LSP.Types
import Language.LSP.Types.Lens
import Language.LSP.Types.Lens (HasTabSize (tabSize))
import Ormolu
import System.FilePath

Expand Down