Skip to content

Commit 4e6ffc6

Browse files
authored
Update association_internal.rs
1 parent a2011d2 commit 4e6ffc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sctp/src/association/association_internal.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,11 @@ impl AssociationInternal {
770770
self.use_forward_tsn = true;
771771
}
772772
}
773-
} else if param.as_any().downcast_ref::<ParamForwardTsnSupported>().is_some() {
773+
} else if param
774+
.as_any()
775+
.downcast_ref::<ParamForwardTsnSupported>()
776+
.is_some()
777+
{
774778
self.use_forward_tsn = true;
775779
}
776780
}

0 commit comments

Comments
 (0)