chore: fix apparent merge conflict
This commit is contained in:
@ -1425,7 +1425,7 @@ impl MagickWand {
|
|||||||
)
|
)
|
||||||
} {
|
} {
|
||||||
MagickTrue => Ok(()),
|
MagickTrue => Ok(()),
|
||||||
_ => Err(MagickError("unable to import pixels")),
|
_ => Err(MagickError("unable to import pixels".into())),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user