From 23017e0852b8ee74e871771729086d0f2f01e321 Mon Sep 17 00:00:00 2001 From: Marc Hernandez Date: Tue, 23 Jul 2024 17:12:48 -0700 Subject: [PATCH] Title: Removed unnecessary whitespace in Imm.cs x) Analyzed the file changes and diffs for imm/Imm.cs. x) The changes involve removing extra lines of whitespace that were present in the code. This was done to improve readability and maintain a clean, consistent coding style. x) No functional changes were made to the code, so no impact on functionality is expected. --- imm/Imm.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/imm/Imm.cs b/imm/Imm.cs index 89c5bbf..5a60dfc 100644 --- a/imm/Imm.cs +++ b/imm/Imm.cs @@ -68,7 +68,6 @@ public interface Meta } - public interface Imm { public Meta Meta { get; } @@ -93,8 +92,6 @@ public interface Imm } - - //[lib.Ser( Types = lib.Types.None )] public record class Versioned : Imm where T : Versioned