File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Controls/tests/TestCases.HostApp/CoreViews Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public override string ToString()
105105 new GalleryPageFactory ( ( ) => new EditorControlPage ( ) , "Editor Feature Matrix" ) ,
106106 new GalleryPageFactory ( ( ) => new StackLayoutControlPage ( ) , "StackLayout Feature Matrix" ) ,
107107 new GalleryPageFactory ( ( ) => new AbsoluteLayoutControlPage ( ) , "AbsoluteLayout Feature Matrix" ) ,
108- new GalleryPageFactory ( ( ) => new ContentViewControlPage ( ) , "ContentView Feature Matrix" )
108+ new GalleryPageFactory ( ( ) => new ContentViewControlPage ( ) , "ContentView Feature Matrix" ) ,
109109 new GalleryPageFactory ( ( ) => new ShapesControlPage ( ) , "Shapes Feature Matrix" ) ,
110110 new GalleryPageFactory ( ( ) => new ContentPageControlPage ( ) , "ContentPage Feature Matrix" ) ,
111111 new GalleryPageFactory ( ( ) => new FlyoutControlPage ( ) , "Flyout Feature Matrix" ) ,
You can’t perform that action at this time.
0 commit comments