From f52668694d7a87cf9ccac8dfca401cb5fd91049b Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Tue, 15 Oct 2024 20:44:31 +0200 Subject: [PATCH] Fix indention of comment --- lib/pg/connection.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pg/connection.rb b/lib/pg/connection.rb index a326c8778..ce0116169 100644 --- a/lib/pg/connection.rb +++ b/lib/pg/connection.rb @@ -166,9 +166,9 @@ def inspect # conn.put_copy_data ['more', 'data', 'to', 'copy'] # end # - # All 4 CopyRow classes can take a type map to specify how the columns are mapped to and from the database format. - # For details see the particular CopyRow class description. - # + # All 4 CopyRow classes can take a type map to specify how the columns are mapped to and from the database format. + # For details see the particular CopyRow class description. + # # PG::BinaryEncoder::CopyRow can be used to send data in binary format to the server. # In this case copy_data generates the header and trailer data automatically: # enco = PG::BinaryEncoder::CopyRow.new