Skip to content

Commit

Permalink
chore: clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Feb 1, 2024
1 parent 557bb30 commit 5c5f330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/decoder/tv_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl dtvcc_tv_screen {
if bytes_written % 2 == 1 {
buf.push_str("80");
} else {
buf.push_str(" ");
buf.push(' ');
}
}
}
Expand Down

0 comments on commit 5c5f330

Please sign in to comment.