Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 32232da commit 9a64748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CommunityToolkit.Maui.Core.Views;
/// <summary>
/// The native implementation of the <see href="SemanticOrderView"/> control.
/// </summary>
public class MauiSemanticOrderView : ContentPanel
public partial class MauiSemanticOrderView : ContentPanel
{
ISemanticOrderView? virtualView;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace CommunityToolkit.Maui.Core.Views;
/// <summary>
/// The user-interface element that represents the <see cref="MediaElement"/> on Windows.
/// </summary>
public class MauiMediaElement : Grid, IDisposable
public partial class MauiMediaElement : Grid, IDisposable
{
static readonly AppWindow appWindow = GetAppWindowForCurrentWindow();
readonly Popup popup = new();
Expand Down
2 changes: 1 addition & 1 deletion src/CommunityToolkit.Maui/Views/WrapperControl.windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace CommunityToolkit.Maui.Core.Views;

// We still have to keep this class, due to some random exceptions that occurs when the
// .NET MAUI implementation is used.
class WrapperControl : Panel
partial class WrapperControl : Panel
{
readonly View view;

Expand Down

0 comments on commit 9a64748

Please sign in to comment.