Skip to content

Commit 310e009

Browse files
committed
Fix verbose if-def
1 parent 4d83463 commit 310e009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MsgPack/Serialization/SerializationContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ public MessagePackSerializer Get( SerializationContext context, Type targetType,
954954
}
955955
}
956956

957-
#if !UNITY && !UNITY
957+
#if !UNITY
958958
[Preserve( AllMembers = true )]
959959
private static class SerializerGetter<T>
960960
{

0 commit comments

Comments
 (0)