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

Commit e08748c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ ContentPage CreateContentPage()
6060
var page = new ContentPage();
6161
var layout = new StackLayout();
6262

63-
foreach(FlyoutHeaderBehavior value in Enum.GetValues(typeof(FlyoutHeaderBehavior)))
63+
foreach (FlyoutHeaderBehavior value in Enum.GetValues(typeof(FlyoutHeaderBehavior)))
6464
{
6565
var local = value;
6666
layout.Children.Add(new Button()
6767
{
6868
Text = $"{value}",
6969
AutomationId = $"{value}",
70-
Command = new Command(()=>
70+
Command = new Command(() =>
7171
{
7272
this.FlyoutHeaderBehavior = local;
7373
})

0 commit comments

Comments
 (0)