[COMMIT seastar master] rpc: Fix formatting after previous patches

1 view
Skip to first unread message

Commit Bot

<bot@cloudius-systems.com>
unread,
May 29, 2023, 5:28:32 AM5/29/23
to seastar-dev@googlegroups.com, Pavel Emelyanov
From: Pavel Emelyanov <xe...@scylladb.com>
Committer: Pavel Emelyanov <xe...@scylladb.com>
Branch: master

rpc: Fix formatting after previous patches

Signed-off-by: Pavel Emelyanov <xe...@scylladb.com>

---
diff --git a/src/rpc/rpc.cc b/src/rpc/rpc.cc
--- a/src/rpc/rpc.cc
+++ b/src/rpc/rpc.cc
@@ -1181,8 +1181,7 @@ future<> server::connection::send_unknown_verb_reply(std::optional<rpc_clock_typ
_servers.erase(*_options.streaming_domain);
}
return _ss_stopped.get_future().then([this] {
- return
- parallel_for_each(_conns | boost::adaptors::map_values, [] (shared_ptr<connection> conn) {
+ return parallel_for_each(_conns | boost::adaptors::map_values, [] (shared_ptr<connection> conn) {
return conn->stop();
});
}).finally([this] {
Reply all
Reply to author
Forward
0 new messages