[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / RenderModeType.cs
index 96ed16a..db1d4a1 100755 (executable)
@@ -17,7 +17,6 @@
 
 namespace Tizen.NUI
 {
-
     internal enum RenderModeType
     {
         NONE,
@@ -26,5 +25,4 @@ namespace Tizen.NUI
         STENCIL,
         COLOR_STENCIL
     }
-
 }