mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
Remove redundant type declaration bodies.
This commit is contained in:
@@ -43,4 +43,4 @@ namespace Aaru.Checksums;
|
|||||||
// Needs to have the interface here so the source generator knows THIS IS the class
|
// Needs to have the interface here so the source generator knows THIS IS the class
|
||||||
// ReSharper disable once RedundantExtendsListEntry
|
// ReSharper disable once RedundantExtendsListEntry
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public sealed partial class Register : IPluginRegister {}
|
public sealed partial class Register : IPluginRegister;
|
||||||
Reference in New Issue
Block a user