Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Jan 3, 2024
1 parent ed00941 commit 1cda868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PatchManager.Science/Selectables/RegionsSelectable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace PatchManager.Science.Selectables;
/// <summary>
/// This is the selectable for science regions
/// </summary>
public class RegionsSelectable : BaseSelectable
public sealed class RegionsSelectable : BaseSelectable
{
#pragma warning disable CS0414 // Field is assigned but its value is never used
private bool _modified;
Expand Down

0 comments on commit 1cda868

Please sign in to comment.