Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed May 20, 2022
1 parent dcafc78 commit 7bd7fb2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,7 @@ impl FlowControlOptions {
/// * wftmax - Maximum number of wait frame transmiss
/// * Default value is 0 (omit)
pub fn new(bs: u8, stmin: u8, wftmax: u8) -> Self {
Self {
bs,
stmin,
wftmax
}
Self { bs, stmin, wftmax }
}
}

Expand Down

0 comments on commit 7bd7fb2

Please sign in to comment.