Skip to content

Commit 602e98d

Browse files
committed
Merge branch 'SmoothScrollMadeAsync' of https://github.com/Vijay-Nirmal/WindowsCommunityToolkit into SmoothScrollMadeAsync
2 parents 3945999 + 6f1869e commit 602e98d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/ListViewBase/ListViewExtensions.SmoothScrollIntoView.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ void ViewChanged(object _, ScrollViewerViewChangedEventArgs e)
229229
/// Used as a placeholder TResult to indicate that a <![CDATA[Task<TResult>]]> has a void TResult
230230
/// </summary>
231231
/// <see href="https://referencesource.microsoft.com/#System.Core/System/Threading/Tasks/TaskExtensions.cs,6e36a68760fb02e6,references"/>
232-
private struct VoidResult { }
232+
private struct VoidResult
233+
{
234+
}
233235
}
234236
}

0 commit comments

Comments
 (0)