Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 18ca3eb

Browse files
committed
Fix style cop errors.
1 parent 69c790d commit 18ca3eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Controls/Input/Input.UWP/Calendar/View/RadCalendar.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,10 +3315,13 @@ private async void CallUpdateUI()
33153315

33163316
if (this.pendingScrollTimeRuler != null)
33173317
{
3318-
await this.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => {
3318+
await this.Dispatcher.RunAsync(
3319+
Windows.UI.Core.CoreDispatcherPriority.Normal,
3320+
() =>
3321+
{
33193322
this.pendingScrollTimeRuler?.Invoke();
33203323
this.pendingScrollTimeRuler = null;
3321-
});
3324+
});
33223325
}
33233326
}
33243327

0 commit comments

Comments
 (0)