diff --git a/src/Compatibility/Core/src/RendererToHandlerShim.Android.cs b/src/Compatibility/Core/src/RendererToHandlerShim.Android.cs index 155dfd727344..f4263fd975cd 100644 --- a/src/Compatibility/Core/src/RendererToHandlerShim.Android.cs +++ b/src/Compatibility/Core/src/RendererToHandlerShim.Android.cs @@ -9,8 +9,8 @@ namespace Microsoft.Maui.Controls.Compatibility { - public partial class RendererToHandlerShim - { + public partial class RendererToHandlerShim + { protected override NativeView CreateNativeView() { return VisualElementRenderer.View; diff --git a/src/Compatibility/Core/src/RendererToHandlerShim.iOS.cs b/src/Compatibility/Core/src/RendererToHandlerShim.iOS.cs index 79d12df2061b..68ad1cb6721b 100644 --- a/src/Compatibility/Core/src/RendererToHandlerShim.iOS.cs +++ b/src/Compatibility/Core/src/RendererToHandlerShim.iOS.cs @@ -7,7 +7,7 @@ namespace Microsoft.Maui.Controls.Compatibility { - public partial class RendererToHandlerShim + public partial class RendererToHandlerShim { protected override NativeView CreateNativeView() { diff --git a/src/Controls/samples/Controls.Sample/Pages/MainPage.cs b/src/Controls/samples/Controls.Sample/Pages/MainPage.cs index eb069769d85e..23ae692ff8df 100644 --- a/src/Controls/samples/Controls.Sample/Pages/MainPage.cs +++ b/src/Controls/samples/Controls.Sample/Pages/MainPage.cs @@ -191,7 +191,7 @@ void SetupMauiLayout() verticalStack.Add(new RedButton { Text = "Dynamically Registered" }); verticalStack.Add(new CustomButton { Text = "Button Registered to Compat Renderer" }); - + var checkbox = new CheckBox(); checkbox.CheckedChanged += (sender, e) => {