mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
clippy --fix && fmt
This commit is contained in:
@@ -225,9 +225,9 @@ impl<'a> EdgeTracer<'_> {
|
||||
|
||||
return Ok(StepResult::Found);
|
||||
}
|
||||
pEdge = pEdge - dEdge;
|
||||
pEdge -= dEdge;
|
||||
if self.blackAt(pEdge - self.d) {
|
||||
pEdge = pEdge - self.d;
|
||||
pEdge -= self.d;
|
||||
}
|
||||
// dbg!(pEdge);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user