From a90f6ac373bc3b5f549e492a8bc64e26287a228f Mon Sep 17 00:00:00 2001 From: Fang Xiaohui Date: Mon, 31 Oct 2022 09:40:39 +0800 Subject: [PATCH] [NUI] Correct code format --- src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs b/src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs index 04b626f..ebd56c8 100755 --- a/src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs +++ b/src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs @@ -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; -- 2.7.4