Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjalaber committed Oct 5, 2023
1 parent c095aac commit 2cab6b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion yamux/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ impl Frame<Data> {
self.buffer
.resize(HEADER_SIZE + self.header().len().val() as usize, 0);
}

}

impl Frame<WindowUpdate> {
Expand Down
1 change: 0 additions & 1 deletion yamux/src/frame/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ impl<T> Header<T> {

Ok(())
}

}

impl<A: private::Sealed> From<Header<A>> for Header<()> {
Expand Down

0 comments on commit 2cab6b4

Please sign in to comment.