mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-18 17:26:19 +00:00
fix(proto): fix rustfmt formatting
This commit is contained in:
@@ -5491,10 +5491,7 @@ impl Connection {
|
||||
|
||||
for (path_id, remote) in recoverable_paths.into_iter() {
|
||||
// Schedule a Ping for a liveness check.
|
||||
if let Some(path_space) = self.spaces[SpaceId::Data]
|
||||
.number_spaces
|
||||
.get_mut(&path_id)
|
||||
{
|
||||
if let Some(path_space) = self.spaces[SpaceId::Data].number_spaces.get_mut(&path_id) {
|
||||
path_space.ping_pending = true;
|
||||
|
||||
if immediate_ack_allowed {
|
||||
|
||||
Reference in New Issue
Block a user