From 44069a449abade97305ff1f0dd5cfeffe55aabce Mon Sep 17 00:00:00 2001 From: Andres Pineda Date: Mon, 25 Nov 2024 23:48:31 -0500 Subject: [PATCH] chore: accept review suggestion Co-authored-by: Xiaotian Gu --- .../Views/SamplePages/SimpleOrientationSamplePage.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Uno.Gallery/Views/SamplePages/SimpleOrientationSamplePage.xaml.cs b/Uno.Gallery/Views/SamplePages/SimpleOrientationSamplePage.xaml.cs index 5e929a3f4..d8b424729 100644 --- a/Uno.Gallery/Views/SamplePages/SimpleOrientationSamplePage.xaml.cs +++ b/Uno.Gallery/Views/SamplePages/SimpleOrientationSamplePage.xaml.cs @@ -11,7 +11,8 @@ namespace Uno.Gallery.Views.Samples { [SamplePage( SampleCategory.NonUIFeatures, - "Simple Orientation", Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.", DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")] + "Simple Orientation", Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.", + DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")] public sealed partial class SimpleOrientationSamplePage : Page { public SimpleOrientationSamplePage()