Skip to content

Commit

Permalink
Re-re-reformat on Ubuntu 20.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Dec 17, 2020
1 parent 0744bc5 commit 58d2a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions include/pqxx/stream_to.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ private:

void set_up(transaction_base &, std::string_view table_name);
void set_up(
transaction_base &, std::string_view table_name,
std::string_view columns);
transaction_base &, std::string_view table_name, std::string_view columns);

/// Write raw COPY line into @c m_buffer, based on varargs fields.
template<typename... Ts> void fill_buffer(const Ts &...fields)
Expand Down
3 changes: 1 addition & 2 deletions src/stream_to.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ void pqxx::stream_to::set_up(transaction_base &tb, std::string_view table_name)


void pqxx::stream_to::set_up(
transaction_base &tb, std::string_view table_name,
std::string_view columns)
transaction_base &tb, std::string_view table_name, std::string_view columns)
{
begin_copy(tb, table_name, columns);
register_me();
Expand Down

0 comments on commit 58d2a02

Please sign in to comment.