From a6d590b8cf078ea796ddff0ff634b3bbfb819ad1 Mon Sep 17 00:00:00 2001 From: Kunal22shah Date: Thu, 5 Dec 2024 09:24:08 -0500 Subject: [PATCH] chore: formatting --- .../Windows_UI_Input/PointersTests/TextBox_Pointer.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SamplesApp/UITests.Shared/Windows_UI_Input/PointersTests/TextBox_Pointer.xaml.cs b/src/SamplesApp/UITests.Shared/Windows_UI_Input/PointersTests/TextBox_Pointer.xaml.cs index b664119fbb63..03d53b7f961f 100644 --- a/src/SamplesApp/UITests.Shared/Windows_UI_Input/PointersTests/TextBox_Pointer.xaml.cs +++ b/src/SamplesApp/UITests.Shared/Windows_UI_Input/PointersTests/TextBox_Pointer.xaml.cs @@ -6,7 +6,8 @@ namespace UITests.Shared.Windows_UI_Input.PointersTests { - [Sample("Pointers",Description = "This sample tests an issue where dragging on a TextBox selects text incorrectly. To ensures that dragging across the TextBox does not select text unless explicitly selected.")] + [Sample("Pointers", + Description = "This sample tests an issue where dragging on a TextBox selects text incorrectly. To ensures that dragging across the TextBox does not select text unless explicitly selected.")] public sealed partial class TextBox_Pointer : Page { public TextBox_Pointer()