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()
105
105
new GalleryPageFactory ( ( ) => new EditorControlPage ( ) , "Editor Feature Matrix" ) ,
106
106
new GalleryPageFactory ( ( ) => new StackLayoutControlPage ( ) , "StackLayout Feature Matrix" ) ,
107
107
new GalleryPageFactory ( ( ) => new AbsoluteLayoutControlPage ( ) , "AbsoluteLayout Feature Matrix" ) ,
108
- new GalleryPageFactory ( ( ) => new ContentViewControlPage ( ) , "ContentView Feature Matrix" )
108
+ new GalleryPageFactory ( ( ) => new ContentViewControlPage ( ) , "ContentView Feature Matrix" ) ,
109
109
new GalleryPageFactory ( ( ) => new ShapesControlPage ( ) , "Shapes Feature Matrix" ) ,
110
110
new GalleryPageFactory ( ( ) => new ContentPageControlPage ( ) , "ContentPage Feature Matrix" ) ,
111
111
new GalleryPageFactory ( ( ) => new FlyoutControlPage ( ) , "Flyout Feature Matrix" ) ,
You can’t perform that action at this time.
0 commit comments