Skip to content

Commit

Permalink
Automated dotnet-format update (#1118)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 31, 2021
1 parent 1758bbb commit ab3f220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Compatibility/Core/src/RendererToHandlerShim.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

namespace Microsoft.Maui.Controls.Compatibility
{
public partial class RendererToHandlerShim
{
public partial class RendererToHandlerShim
{
protected override NativeView CreateNativeView()
{
return VisualElementRenderer.View;
Expand Down
2 changes: 1 addition & 1 deletion src/Compatibility/Core/src/RendererToHandlerShim.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Microsoft.Maui.Controls.Compatibility
{
public partial class RendererToHandlerShim
public partial class RendererToHandlerShim
{
protected override NativeView CreateNativeView()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/samples/Controls.Sample/Pages/MainPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
{
Expand Down

0 comments on commit ab3f220

Please sign in to comment.