[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / DirectionType.cs
index 24c7261..634159d 100755 (executable)
 
 namespace Tizen.NUI
 {
-
     internal enum DirectionType
     {
         LEFT_TO_RIGHT = 0,
         RIGHT_TO_LEFT
     }
-
 }