Skip to content

Commit

Permalink
chore: Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 20, 2023
1 parent a9bfb90 commit 21a36cc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ public enum Priority { Low = -1, Normal = 0, High = 1 }
public partial class UnitTestDispatcherCompat
{
private readonly _Impl _impl;
private readonly Windows.UI.Core.CoreDispatcher? _dispatcher;

#if WINDOWS_WINUI || HAS_UNO_WINUI
public UnitTestDispatcherCompat(_Impl impl, Windows.UI.Core.CoreDispatcher? dispatcher = null)

private readonly Windows.UI.Core.CoreDispatcher? _dispatcher;
public UnitTestDispatcherCompat(_Impl impl, Windows.UI.Core.CoreDispatcher? dispatcher = null)
{
this._impl = impl;
this._dispatcher = dispatcher;
Expand Down

0 comments on commit 21a36cc

Please sign in to comment.