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

Commit 5bf2942

Browse files
Automated dotnet-format update (#1279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gerald Versluis <[email protected]>
1 parent 140a051 commit 5bf2942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/Shadow/PlatformShadowEffect.android.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using Xamarin.CommunityToolkit.Effects;
77
using Xamarin.Forms;
88
using Xamarin.Forms.Platform.Android;
9-
using AView = Android.Views.View;
109
using AButton = Android.Widget.Button;
10+
using AView = Android.Views.View;
1111

1212
[assembly: ExportEffect(typeof(PlatformShadowEffect), nameof(ShadowEffect))]
1313

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/MediaElement/WPF/MediaElementRenderer.wpf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ static System.Windows.Media.Stretch ToStretch(Aspect aspect)
330330
}
331331
}
332332
}
333-
}
333+
}

0 commit comments

Comments
 (0)