Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 27, 2024
1 parent 68b59fe commit e68f10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/json/stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Stream::Stream(boost::asio::any_io_executor& executor, StreamWriter& writer, std
co_await self->run();
}(this),
boost::asio::detached);
#endif // _WIN32
#endif // _WIN32
buffer_.reserve(buffer_capacity_ + buffer_capacity_ / 4); // try to prevent reallocation when buffer overflows
}

Expand Down

0 comments on commit e68f10a

Please sign in to comment.