Skip to content

Commit 222fae7

Browse files
committed
Fix hlint remarks
1 parent 6c5ef63 commit 222fae7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Bot/Replies.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ setNoTrustCommandReplyCommand =
133133

134134
noTrustReply :: Effect (Entity NoTrustReply)
135135
noTrustReply = do
136-
reply <- listToMaybe <$> selectEntities Proxy (Take 1 $ All)
136+
reply <- listToMaybe <$> selectEntities Proxy (Take 1 All)
137137
case reply of
138138
Just reply' -> return reply'
139139
Nothing ->

src/Transport.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE DeriveFunctor #-}
2-
{-# LANGUAGE ViewPatterns #-}
32
{-# LANGUAGE OverloadedStrings #-}
43
module Transport where
54

0 commit comments

Comments
 (0)