Remove redundant type declaration bodies.

This commit is contained in:
2023-10-03 18:54:17 +01:00
parent 390122ae16
commit 296b34f1eb
20 changed files with 20 additions and 20 deletions

View File

@@ -34,4 +34,4 @@ namespace Aaru.Database.Models;
/// <inheritdoc />
/// <summary>Aaru version</summary>
public class Version : NameCountModel {}
public class Version : NameCountModel;