Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
noituri committed Oct 18, 2024
1 parent da053f4 commit 937480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compositor_pipeline/src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ impl Pipeline {
) -> Result<(), UpdateSceneError> {
let output = self
.outputs
.get(&output_id)
.get(output_id)
.ok_or_else(|| UpdateSceneError::OutputNotRegistered(output_id.clone()))?;
if output.output.is_audio_finished() {
return Err(UpdateSceneError::UpdateAfterEOS(output_id.clone()));
Expand Down

0 comments on commit 937480a

Please sign in to comment.