Fix svace issue (#230)
author윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Mon, 18 May 2020 03:03:56 +0000 (12:03 +0900)
committer안주원/Common Platform Lab(SR)/Principal Engineer/삼성전자 <juwon.ahn@samsung.com>
Mon, 18 May 2020 03:03:56 +0000 (12:03 +0900)
src/XSF/Xamarin.Forms.Core/StyleSheets/Selector.cs

index 97cc7b49993d4b992d3f0ad5be7c4ac94d5a8c71..caf5d60f550a0a67f296f5626f5c0564859148c5 100644 (file)
@@ -62,7 +62,7 @@ namespace Xamarin.Forms.StyleSheets
                                        reader.Read();
                                        var element = reader.ReadIdent();
                                        if (element == null)
-                                       return Invalid;
+                                               return Invalid;
                                        setCurrentSelector(new And(), new Base(element));
                                        break;
                                case ' ':