Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / XamlBinding / ListStringTypeConverter.cs
index e7327c3..ef25563 100755 (executable)
@@ -12,8 +12,8 @@ namespace Tizen.NUI.Binding
         {
             if (value == null)
                 return null;
-            
-            return value.Split(new [] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()).ToList();
+
+            return value.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()).ToList();
         }
     }
 }
\ No newline at end of file