Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Jan 10, 2025
1 parent 942d7db commit b06d2e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/video-streamer/src/streamer/tag_writers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ where
Ok(())
}

pub(crate) fn into_encoded_writer(self, config: EncodeWriterConfig) -> anyhow::Result<(CutCusterWriter<T>, CutBlockHitMarker)> {
pub(crate) fn into_encoded_writer(
self,
config: EncodeWriterConfig,
) -> anyhow::Result<(CutCusterWriter<T>, CutBlockHitMarker)> {
let encoded_writer = CutCusterWriter::new(config, self)?;
Ok(encoded_writer)
}
Expand Down

0 comments on commit b06d2e4

Please sign in to comment.