Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Nov 2, 2023
1 parent cb94850 commit d3d56f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ impl<S: StepSpec, F: FnMut() -> usize> StepProgressReporter<S, F> {
description: self.step_info.info.description.clone(),
message: message,
},
Err(error) => error.into(),
Err(error) => error,
}
}

Expand Down

0 comments on commit d3d56f4

Please sign in to comment.