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.
This commit is contained in:
Marc Hernandez 2024-07-23 17:12:48 -07:00
parent 6f63f550fa
commit 23017e0852

View File

@ -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<T> : Imm
where T : Versioned<T>