Skip to content

Commit e56a486

Browse files
author
yngrtc
committed
fix fmt
1 parent 89e9312 commit e56a486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rtcp/src/source_description/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const SDES_TEXT_OFFSET: usize = 2;
2424
#[repr(u8)]
2525
pub enum SdesType {
2626
#[default]
27-
SdesEnd = 0, // end of SDES list RFC 3550, 6.5
27+
SdesEnd = 0, // end of SDES list RFC 3550, 6.5
2828
SdesCname = 1, // canonical name RFC 3550, 6.5.1
2929
SdesName = 2, // user name RFC 3550, 6.5.2
3030
SdesEmail = 3, // user's electronic mail address RFC 3550, 6.5.3

sctp/src/association/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl fmt::Display for AckMode {
154154
#[derive(Default, Debug, Copy, Clone, PartialEq)]
155155
pub(crate) enum AckState {
156156
#[default]
157-
Idle, // ack timer is off
157+
Idle, // ack timer is off
158158
Immediate, // will send ack immediately
159159
Delay, // ack timer is on (ack is being delayed)
160160
}

0 commit comments

Comments
 (0)