Skip to content

Commit 9f71f32

Browse files
committed
rolled back
1 parent 219a288 commit 9f71f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Custom/ModelExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static bool IsUnready(object model, PropertyInfo prop, MethodInfo isProp
6464
if (!isSet) return false; // not marked as set, skip
6565

6666
object value = prop.GetValue(model);
67-
67+
6868
if (value == null)
6969
return failOnExplicitNulls; // null is OK in relaxed mode, fail in strict
7070

0 commit comments

Comments
 (0)