Skip to content

Commit 03530e9

Browse files
committed
seal class
1 parent 04b56fd commit 03530e9

File tree

1 file changed

+1
-1
lines changed
  • src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi

1 file changed

+1
-1
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Smdn.Reflection.ReverseGenerating.ListApi;
1313

14-
internal class Program {
14+
internal sealed class Program {
1515
internal static string LoggerCategoryName => typeof(Program).Assembly.GetName().Name!;
1616

1717
private static int Main(string[] args)

0 commit comments

Comments
 (0)