Skip to content

Commit

Permalink
[Mouse Jump] - fixing warnings in MouseJump.Common - microsoft#25482
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton committed Aug 17, 2024
1 parent ba8b7cf commit 2fc1901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace MouseJumpUI.Helpers;

internal class SettingsHelper
internal sealed class SettingsHelper
{
public SettingsHelper()
{
Expand Down
2 changes: 1 addition & 1 deletion src/modules/MouseUtils/MouseJumpUI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/MouseUtils/MouseJumpUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace MouseJumpUI;

internal partial class MainForm : Form
internal sealed partial class MainForm : Form
{
public MainForm(SettingsHelper settingsHelper)
{
Expand Down

0 comments on commit 2fc1901

Please sign in to comment.