mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix problem with images
This commit is contained in:
@@ -577,7 +577,7 @@ mod tests {
|
||||
assert_eq!(r.width(), 20.0);
|
||||
assert_eq!(r.height(), 20.0);
|
||||
}
|
||||
_ => assert!(false)
|
||||
_ => assert!(false),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user