Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Aug 23, 2024
1 parent abb0f26 commit e5e651c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,8 +1012,7 @@ impl State {
id: &TypedObjectId<WlOutput>,
f: impl FnOnce(&mut PartialOutputInfo),
) {
if let EncConstructionStage::ProbingOutputs (p) = &mut self.enc
{
if let EncConstructionStage::ProbingOutputs(p) = &mut self.enc {
let output = p.partial_outputs.get_mut(id).unwrap();
f(output);
}
Expand Down

0 comments on commit e5e651c

Please sign in to comment.