Skip to content

Commit

Permalink
chore: Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfloyd committed Nov 13, 2024
1 parent fd9f62e commit 1087a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/frame/content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl<W: io::Write> Encoder<W> {
_ => unreachable!(),
})?;
self.bytes(
&content
content
.lang
.bytes()
.chain(iter::repeat(b' '))
Expand Down

0 comments on commit 1087a42

Please sign in to comment.