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

[housekeeping] Automated PR to fix formatting errors #14570

Merged
merged 1 commit into from
Sep 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public Issue13232ViewModel()
}
});
}

public ObservableCollection<Issue13232Model> Items { get; set; }

public ICommand DeleteCommand { get; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void SetColorFilter(this ADrawable drawable, AColor color, FilterM
{
if (Forms.Is29OrNewer)
{
if(mode == FilterMode.Multiply)
if (mode == FilterMode.Multiply)
#pragma warning disable CS0612 // Type or member is obsolete
drawable.SetColorFilter(new PorterDuffColorFilter(color, GetFilterModePre29(mode)));
#pragma warning restore CS0612 // Type or member is obsolete
Expand Down