Skip to content

Commit 53e1c15

Browse files
committed
Fix syle cop issue
1 parent 214520d commit 53e1c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Uwp/IncrementalLoadingCollection/IncrementalLoadingCollection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private async Task<LoadMoreItemsResult> LoadMoreItemsAsync(uint count, Cancellat
252252
{
253253
uint resultCount = 0;
254254
_cancellationToken = cancellationToken;
255+
255256
// TODO (2021.05.05): Make use common AsyncMutex class.
256257
// AsyncMutex is located at Microsoft.Toolkit.Uwp.UI.Media/Extensions/System.Threading.Tasks/AsyncMutex.cs at the time of this note.
257258
await _mutex.WaitAsync();

0 commit comments

Comments
 (0)