Skip to content

Commit

Permalink
Fix to avoid CA1852
Browse files Browse the repository at this point in the history
  • Loading branch information
y-iihoshi committed Jan 4, 2025
1 parent d717bdd commit c481df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThScoreFileConverter.Core/Helpers/EnumHelper{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static class EnumHelper<T>
/// Provides additional information of a field in <typeparamref name="T"/> enum.
/// Inspired from https://github.com/xin9le/FastEnum.
/// </summary>
internal class Member
internal sealed class Member
{
/// <summary>
/// Initializes a new instance of the <see cref="Member"/> class.
Expand Down

0 comments on commit c481df1

Please sign in to comment.