util: fix formatting
This commit is contained in:
@ -303,7 +303,8 @@ impl Pixel {
|
||||
|
||||
if ptr.is_null() {
|
||||
None
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
Some(Descriptor { ptr })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user