diff --git a/Register.cs b/Register.cs index cedfda2..191a507 100644 --- a/Register.cs +++ b/Register.cs @@ -43,4 +43,4 @@ namespace Aaru.Checksums; // Needs to have the interface here so the source generator knows THIS IS the class // ReSharper disable once RedundantExtendsListEntry /// -public sealed partial class Register : IPluginRegister {} \ No newline at end of file +public sealed partial class Register : IPluginRegister; \ No newline at end of file