Skip to content

Commit 4cf655a

Browse files
committed
Remove do
1 parent c93d40f commit 4cf655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/PostgreSQL/PQTypes/Transaction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ instance IsString Savepoint where
3030
--
3131
-- See <http://www.postgresql.org/docs/current/static/sql-savepoint.html>
3232
withSavepoint :: (HasCallStack, MonadDB m, MonadMask m) => Savepoint -> m a -> m a
33-
withSavepoint (Savepoint savepoint) m = do
33+
withSavepoint (Savepoint savepoint) m =
3434
fst
3535
<$> generalBracket
3636
(runQuery_ $ "SAVEPOINT" <+> savepoint)

0 commit comments

Comments
 (0)