Skip to content

Commit c36e2ea

Browse files
dotnet format
1 parent 46ee805 commit c36e2ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Views/MediaElement/MediaElementPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async void DisplayPopup(object sender, EventArgs e)
253253
ShouldAutoPlay = true,
254254
ShouldShowPlaybackControls = true,
255255
};
256-
256+
257257
await this.ShowPopupAsync(popupMediaElement);
258258
popupMediaElement.Stop();
259259
}

samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/PopupsPage.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ async void HandleSelfClosingPopupButtonClicked(object? sender, EventArgs e)
125125
{
126126
CanBeDismissedByTappingOutsideOfPopup = false
127127
});
128-
128+
129129
await Task.Delay(TimeSpan.FromSeconds(2));
130-
130+
131131
await this.ClosePopupAsync();
132132
}
133133
}

0 commit comments

Comments
 (0)