Skip to content

Commit

Permalink
Code style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 14, 2024
1 parent 49ef3c1 commit f9f32fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Magick.NET/MagickImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2976,9 +2976,7 @@ public void Frame()
/// <param name="geometry">The geometry of the frame.</param>
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
public void Frame(IMagickGeometry geometry)
{
_nativeInstance.Frame(MagickRectangle.FromGeometry(geometry, this));
}
=> _nativeInstance.Frame(MagickRectangle.FromGeometry(geometry, this));

/// <summary>
/// Frame image with the specified with and height.
Expand Down

0 comments on commit f9f32fe

Please sign in to comment.