Skip to content

Commit 30f019a

Browse files
format
1 parent dc48b50 commit 30f019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgrex/protocol.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ defmodule Postgrex.Protocol do
595595
| {DBConnection.status(), state}
596596
| {:disconnect, %RuntimeError{}, state}
597597
| {:disconnect | :disconnect_and_retry,
598-
%DBConnection.ConnectionError{} | Postgrex.Error.t(), state}
598+
%DBConnection.ConnectionError{} | Postgrex.Error.t(), state}
599599
def handle_begin(_, %{postgres: {_, _}} = s) do
600600
lock_error(s, :begin)
601601
end

0 commit comments

Comments
 (0)