Skip to content

Commit 7d8ee32

Browse files
committed
Remove blank lines between doc comment and method
1 parent 4968c97 commit 7d8ee32

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector/RangeSelector.Input.Key.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
1212
/// <summary>
1313
/// RangeSelector is a "double slider" control for range values.
1414
/// </summary>
15-
1615
public partial class RangeSelector : Control
1716
{
1817
private readonly DispatcherQueueTimer keyDebounceTimer = DispatcherQueue.GetForCurrentThread().CreateTimer();

Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector/RangeSelector.Input.Pointer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
1616
/// <summary>
1717
/// RangeSelector is a "double slider" control for range values.
1818
/// </summary>
19-
2019
public partial class RangeSelector : Control
2120
{
2221
private void ContainerCanvas_PointerEntered(object sender, PointerRoutedEventArgs e)

0 commit comments

Comments
 (0)