Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Jul 6, 2022
1 parent 38cf12a commit 17e5a6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/pqxx/transaction_base.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,7 @@ public:
* 2. The `exec` functions are faster for small results, but slower for large
* results.
*/
template<typename CALLABLE>
void for_query(zview query, CALLABLE &&func)
template<typename CALLABLE> void for_query(zview query, CALLABLE &&func)
{
exec(query).for_each(std::forward<CALLABLE>(func));
}
Expand Down

0 comments on commit 17e5a6c

Please sign in to comment.