Skip to content

Commit 2cc29d6

Browse files
committed
hlint
1 parent ef82ecc commit 2cc29d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: XMonad/Prompt.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ historyCompletionP p = do
18111811
pure $ \x ->
18121812
let toComplList = deleteConsecutive . filter (isInfixOf x) . M.foldr (++) []
18131813
-- in toComplList . M.filterWithKey (const . p) <$> (historyRead conf cd)
1814-
in toComplList . M.filterWithKey (const . p) <$> (readHistory cd)
1814+
in toComplList . M.filterWithKey (const . p) <$> readHistory cd
18151815

18161816
-- | Sort a list and remove duplicates. Like 'deleteAllDuplicates', but trades off
18171817
-- laziness and stability for efficiency.

0 commit comments

Comments
 (0)