Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum committed Oct 19, 2024
1 parent 3dff775 commit 94cfa7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drawing/fill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ where
stack.push((x as i32, x as i32, y as i32 - 1, -1_i32));

while let Some((x1, x2, y, dy)) = stack.pop() {

let mut x1 = x1;
let mut x = x1;
if inside(image, x, y, target) {
Expand Down

0 comments on commit 94cfa7b

Please sign in to comment.