Browse Source

set as before as not modified lines

Gilles Freart 4 years ago
parent
commit
e88bca0c93
1 changed files with 1 additions and 2 deletions
  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)