mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 23:26:12 +02:00
🐛 Fix problem with images
This commit is contained in:
parent
9143187efd
commit
8c1e18b1cd
3 changed files with 10 additions and 13 deletions
|
@ -577,7 +577,7 @@ mod tests {
|
|||
assert_eq!(r.width(), 20.0);
|
||||
assert_eq!(r.height(), 20.0);
|
||||
}
|
||||
_ => assert!(false)
|
||||
_ => assert!(false),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue