Follow formatting NUI
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / TextLabel.cs
index 250bd28..10d2492 100755 (executable)
@@ -1022,7 +1022,7 @@ namespace Tizen.NUI.BaseComponents
             Text = NUIApplication.MultilingualResourceManager?.GetString(textLabelSid, new CultureInfo(e.Value.Replace("_", "-")));
         }
 
-        private void  NotifyPropertyChangedAndRequestLayout()
+        private void NotifyPropertyChangedAndRequestLayout()
         {
             NotifyPropertyChanged();
             Layout?.RequestLayout();