Fix clippy + fmt

This commit is contained in:
Remmirad 2023-08-04 13:50:16 +02:00 committed by Héctor Ramón Jiménez
parent 5759096a4c
commit 4b32a48880
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 33 additions and 23 deletions

View file

@ -11,7 +11,7 @@ pub enum FilterMethod {
/// Bilinear interpolation
#[default]
Linear,
/// Nearest Neighbor
/// Nearest Neighbor
Nearest,
}