Skip to content

Commit

Permalink
Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Dec 15, 2024
1 parent 59059c4 commit 2ad37fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/malloy/client/http/connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ namespace malloy::client::http
derived().stream(),
buffer,
*parser,
boost::asio::use_awaitable);
boost::asio::use_awaitable
);

(*m_cb)(malloy::http::response<body_t>{parser->release()});
},
Expand Down

0 comments on commit 2ad37fa

Please sign in to comment.