Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Dec 5, 2024
1 parent 1c73c52 commit ed9078a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imageops/filter_1d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ struct ArenaColumns<T>
where
T: Copy,
{
pub top_pad: Vec<T>,
pub bottom_pad: Vec<T>,
top_pad: Vec<T>,
bottom_pad: Vec<T>,
}

/// Pads a column image with *clamp* strategy
Expand Down

0 comments on commit ed9078a

Please sign in to comment.