Skip to content

Commit

Permalink
Marked installer class sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisApps committed Dec 21, 2022
1 parent 1651679 commit 3546b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SongChartVisualizer/UI/SettingsControllerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace SongChartVisualizer.UI
{
internal class SettingsControllerManager : IInitializable, IDisposable
internal sealed class SettingsControllerManager : IInitializable, IDisposable
{
private readonly string _name;
private SettingsController? _settingsHost;
Expand Down

0 comments on commit 3546b43

Please sign in to comment.