Skip to content

Commit

Permalink
Satisfy -Wprepositive-qualified-module
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jul 26, 2024
1 parent edfd5ab commit 330fa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hint/Comment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Hint.Type
import Data.Char
import Data.List.Extra
import Refact.Types(Refactoring(ModifyComment))
import qualified Refact.Types as R (SrcSpan)
import Refact.Types qualified as R (SrcSpan)
import GHC.Types.SrcLoc
import GHC.Parser.Annotation
import GHC.Util
Expand Down

0 comments on commit 330fa93

Please sign in to comment.