fix(proto): fix rustfmt formatting

This commit is contained in:
dignifiedquire
2026-03-21 21:34:26 +01:00
parent 84beaf04ac
commit 799a89ef05
+1 -4
View File
@@ -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 {