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

Commit bd2836a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue13551.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Issue13551 : TestContentPage
2626
public ObservableCollection<Item> Source1 { get; } = new ObservableCollection<Item>();
2727
public ObservableCollection<Item> Source2 { get; } = new ObservableCollection<Item>();
2828

29-
CollectionView BindingWithConverter()
29+
CollectionView BindingWithConverter()
3030
{
3131
var cv = new CollectionView
3232
{

Xamarin.Forms.Material.Android/MaterialEditorRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected override void UpdatePlaceholderText()
4949

5050
_textInputLayout?.SetHint(Element.Placeholder, Element);
5151

52-
if(!string.IsNullOrWhiteSpace(Element.Placeholder))
52+
if (!string.IsNullOrWhiteSpace(Element.Placeholder))
5353
EditText.SetHintTextColor(global::Android.Graphics.Color.Transparent);
5454
}
5555

0 commit comments

Comments
 (0)