Commit c09583d8 authored by Kenton Varda's avatar Kenton Varda

Fix style

parent d86bd67b
...@@ -159,8 +159,7 @@ struct TwoPartyServer::AcceptedConnection { ...@@ -159,8 +159,7 @@ struct TwoPartyServer::AcceptedConnection {
rpcSystem(makeRpcServer(network, kj::mv(bootstrapInterface))) {} rpcSystem(makeRpcServer(network, kj::mv(bootstrapInterface))) {}
}; };
void TwoPartyServer::accept(kj::Own<kj::AsyncIoStream>&& connection) void TwoPartyServer::accept(kj::Own<kj::AsyncIoStream>&& connection) {
{
auto connectionState = kj::heap<AcceptedConnection>(bootstrapInterface, kj::mv(connection)); auto connectionState = kj::heap<AcceptedConnection>(bootstrapInterface, kj::mv(connection));
// Run the connection until disconnect. // Run the connection until disconnect.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment