chore: fix apparent merge conflict

This commit is contained in:
Nathan Fiedler
2024-05-25 10:48:13 -07:00
parent 660c77b8d7
commit 320cfb6e62

View File

@ -1425,7 +1425,7 @@ impl MagickWand {
)
} {
MagickTrue => Ok(()),
_ => Err(MagickError("unable to import pixels")),
_ => Err(MagickError("unable to import pixels".into())),
}
}