From b39c1ad1d7ad36e32e4bc398d659b3f338dea489 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 3 Oct 2023 18:54:16 +0100 Subject: [PATCH] Remove redundant type declaration bodies. --- Register.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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