Skip to content

Commit 11aa07b

Browse files
authored
Update IMauiContext.cs
1 parent 554f007 commit 11aa07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/src/IMauiContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ public interface IMauiContext
66
{
77
IServiceProvider Services { get; }
88

9-
IMauiHandlersFactory Handlers { gets; }
9+
IMauiHandlersFactory Handlers { get; }
1010

1111
#if __ANDROID__
1212
Android.Content.Context? Context { get; }
1313
#endif
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)