[NUI] Correct code format
authorFang Xiaohui <xiaohui.fang@samsung.com>
Mon, 31 Oct 2022 01:40:39 +0000 (09:40 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 2 Nov 2022 09:06:47 +0000 (18:06 +0900)
src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs

index 04b626f..ebd56c8 100755 (executable)
@@ -900,8 +900,7 @@ namespace Tizen.NUI.Xaml
                 return false;
             }
 
-            if (property.ReturnTypeInfo.GenericTypeArguments.Length != 1
-                ||
+            if (property.ReturnTypeInfo.GenericTypeArguments.Length != 1 ||
                 !property.ReturnTypeInfo.GenericTypeArguments[0].IsInstanceOfType(value))
             {
                 return false;