Formatting.

This commit is contained in:
clemahieu 2018-03-12 20:50:59 -05:00
commit f0d6474f16

View file

@ -4293,7 +4293,7 @@ void rai::rpc_connection::read ()
auto start (std::chrono::steady_clock::now ());
auto version (this_l->request.version ());
auto response_handler ([this_l, version, start](boost::property_tree::ptree const & tree_a) {
std::stringstream ostream;
boost::property_tree::write_json (ostream, tree_a);
ostream.flush ();