Skip to content

Commit 5af5fd6

Browse files
committed
Code style changes.
1 parent 5447a65 commit 5af5fd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Magick.NET/Settings/MagickSettings.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ public FillRule FillRule
152152
public string? Font
153153
{
154154
get => Drawing.Font;
155-
set
156-
{
157-
Drawing.Font = value;
158-
}
155+
set => Drawing.Font = value;
159156
}
160157

161158
/// <summary>

0 commit comments

Comments
 (0)