fix duplicate comma
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Facebook.Yoga
|
|||||||
return new YogaValue
|
return new YogaValue
|
||||||
{
|
{
|
||||||
Value = value,
|
Value = value,
|
||||||
isDefined = YogaConstants.IsUndefined(value) ? (byte)0 : (byte)1,,
|
isDefined = YogaConstants.IsUndefined(value) ? (byte)0 : (byte)1,
|
||||||
Unit = YogaUnit.Percent
|
Unit = YogaUnit.Percent
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user