Skip to content

Commit f30c083

Browse files
eh-iartThundernerd
andauthored
Apply suggestions from code review
Co-authored-by: Christiaan Bloemendaal <github@tnrd.net>
1 parent 41392f9 commit f30c083

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Runtime/Extensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ public static SerializableInterface<T>[] ToSerializableInterfaceArray<T>(this IE
5858
{
5959
return list.Select(e => new SerializableInterface<T>(e)).ToArray();
6060
}
61-
6261
}
6362
}

Runtime/SerializableInterface.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public SerializableInterface(TInterface value)
2323
{
2424
Value = value;
2525
}
26+
2627
public TInterface Value
2728
{
2829
get

0 commit comments

Comments
 (0)