Skip to content

Commit 351c12a

Browse files
minor cleanup
1 parent 7278f13 commit 351c12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SceneRefAttributeValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ private static bool ValidateRef(SceneRefAttribute attr, Component c, FieldInfo f
431431
{
432432
value = ser.SerializedObject;
433433
}
434-
434+
435435
if (IsEmptyOrNull(value, isCollection))
436436
{
437437
if (attr.HasFlags(Flag.Optional))

0 commit comments

Comments
 (0)