浏览代码

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)