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

Commit 23f4bf5

Browse files
Automated dotnet-format update (#13686)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd2836a commit 23f4bf5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/VisualGallery.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
namespace Xamarin.Forms.Controls.Issues
1111
{
12-
public partial class VisualGallery : ContentPage
12+
public partial class VisualGallery : ContentPage
1313
{
1414
bool isVisible = false;
1515
double percentage = 0.0;
1616
public VisualGallery()
17-
{
17+
{
1818
#if APP
1919
InitializeComponent();
2020
Device.BeginInvokeOnMainThread(OnAppearing);

Xamarin.Forms.Material.Android/MaterialButtonRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public override void Draw(Canvas canvas)
111111
return;
112112
}
113113

114-
if(!_hasDrawnOnce)
114+
if (!_hasDrawnOnce)
115115
{
116116
_hasDrawnOnce = true;
117117

Xamarin.Forms.Material.Android/MaterialFormsTextInputLayoutBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class MaterialFormsTextInputLayoutBase : TextInputLayout
2020
ColorStateList _placeholderColorsList;
2121
ColorStateList _placeholderDefaultColorList;
2222
ColorStateList _underlineColorsList;
23-
23+
2424
static readonly int[][] s_colorStates = { new[] { global::Android.Resource.Attribute.StateEnabled }, new[] { -global::Android.Resource.Attribute.StateEnabled } };
2525
bool _disposed = false;
2626

0 commit comments

Comments
 (0)