فهرست منبع

set as before as not modified lines

Gilles Freart 4 سال پیش
والد
کامیت
e88bca0c93
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      Terminal.Gui/Core/Application.cs

+ 1 - 2
Terminal.Gui/Core/Application.cs

@@ -708,9 +708,8 @@ namespace Terminal.Gui {
 					resume = false;
 					var runToken = Begin (view);
 					RunLoop (runToken);
-
 					End (runToken);
-				} 
+				}
 				catch (Exception error)
 				{
 					if (errorHandler == null)