Skip to content

Commit fde449a

Browse files
committed
hlint
1 parent e29808e commit fde449a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ghcide/src/Development/IDE/GHC/Compat.hs

+1-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ setUpTypedHoles df
303303
$ flip gopt_unset Opt_ShowTypeOfHoleFits -- massively simplifies parsing
304304
$ flip gopt_set Opt_SortBySubsumHoleFits -- very nice and fast enough in most cases
305305
$ flip gopt_unset Opt_SortValidHoleFits
306-
$ flip gopt_unset Opt_UnclutterValidHoleFits
307-
df
306+
$ gopt_unset df Opt_UnclutterValidHoleFits
308307

309308

310309
nameListFromAvails :: [AvailInfo] -> [(SrcSpan, Name)]

0 commit comments

Comments
 (0)