Remove redundant type declaration bodies.

This commit is contained in:
2023-10-03 18:54:15 +01:00
parent cf72e7b617
commit 9a8265418d
4 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ namespace Aaru.CommonTypes.AaruMetadata;
[JsonSourceGenerationOptions(WriteIndented = true, DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull)]
[JsonSerializable(typeof(MetadataJson))]
// ReSharper disable once PartialTypeWithSinglePart
public partial class MetadataJsonContext : JsonSerializerContext {}
public partial class MetadataJsonContext : JsonSerializerContext;
public class MetadataJson
{