Skip to content

Commit 9d33434

Browse files
sheiksyedmPureWeen
authored andcommitted
Compilation issue resolved on inflight/current branch (#31675)
1 parent bffc27c commit 9d33434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)