🐛 Fix problem with images

This commit is contained in:
alonso.torres 2025-02-20 17:57:36 +01:00
parent 9143187efd
commit 8c1e18b1cd
3 changed files with 10 additions and 13 deletions

View file

@ -577,7 +577,7 @@ mod tests {
assert_eq!(r.width(), 20.0);
assert_eq!(r.height(), 20.0);
}
_ => assert!(false)
_ => assert!(false),
}
}
}