mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
fix formatting
This commit is contained in:
@@ -55,7 +55,7 @@ namespace UnitTests.ViewsTests {
|
||||
{
|
||||
getSpecialParams ();
|
||||
View Container = new View ();
|
||||
Container.Add(new View ());
|
||||
Container.Add (new View ());
|
||||
Toplevel top = new ();
|
||||
var state = Application.Begin (top);
|
||||
var views = GetViews ();
|
||||
|
||||
Reference in New Issue
Block a user