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:
parent
6f63f550fa
commit
23017e0852
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user