Explorar o código

Small change to re-run the test in Github.

BDisp %!s(int64=4) %!d(string=hai) anos
pai
achega
d092fc694d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      UnitTests/ScrollBarViewTests.cs

+ 2 - 2
UnitTests/ScrollBarViewTests.cs

@@ -511,8 +511,8 @@ namespace Terminal.Gui.Views {
 				Application.Run ();
 
 				Application.Shutdown ();
-
 			});
+
 			Assert.Null (exception);
 		}
 
@@ -586,8 +586,8 @@ namespace Terminal.Gui.Views {
 				Application.Run ();
 
 				Application.Shutdown ();
-
 			});
+
 			Assert.Null (exception);
 		}
 	}