Skip to content

Commit 79fffff

Browse files
committed
t push
:Merge branch 'mattp/fourmolu-restyled' of github.com:yesodweb/persistent into mattp/fourmolu-restyled
2 parents e49f5f2 + 7c3d427 commit 79fffff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

persistent/Database/Persist/SqlBackend/Internal/Statement.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ data Statement = Statement
1313
{ stmtFinalize :: IO ()
1414
, stmtReset :: IO ()
1515
, stmtExecute :: [PersistValue] -> IO Int64
16-
, stmtQuery ::
17-
forall m.
18-
(MonadIO m) =>
19-
[PersistValue] ->
20-
Acquire (ConduitM () [PersistValue] m ())
16+
, stmtQuery
17+
:: forall m
18+
. (MonadIO m)
19+
=> [PersistValue]
20+
-> Acquire (ConduitM () [PersistValue] m ())
2121
}

0 commit comments

Comments
 (0)