nix fmt
All checks were successful
Rust / build (push) Successful in 9m25s

This commit is contained in:
Vinzenz Schroeter 2025-12-04 20:10:21 +01:00
parent 0543c8b3f1
commit fa892558f1
4 changed files with 22 additions and 16 deletions

View file

@ -164,9 +164,7 @@ impl ImageProcessingPipeline {
let result = (width, height);
trace!(
"scaling {:?} to {:?} to fit {:?}",
source,
result,
self.render_size
source, result, self.render_size
);
result
}