Skip to content

Commit

Permalink
#42 - fix analyser warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 14, 2024
1 parent e0c04ec commit a5afa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FancyMouse.Settings/V2/PreviewStyleSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace FancyMouse.Settings.V2;

internal class PreviewStyleSettings
internal sealed class PreviewStyleSettings
{
public PreviewStyleSettings(
CanvasSizeSettings? canvasSize,
Expand Down

0 comments on commit a5afa5b

Please sign in to comment.