Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fortescue committed Dec 16, 2020
1 parent fa59c75 commit e4e8461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pq/connection.cr
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ module PQ
end

private def handle_auth_cleartext(body)
send_password_message @conninfo.password
expect_frame Frame::Authentication
send_password_message @conninfo.password
expect_frame Frame::Authentication
end

def read_next_row_start
Expand Down

0 comments on commit e4e8461

Please sign in to comment.