From 1c51a0aec90c1e7db1413b4ec36fe564d7b5fde2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:43:06 -0700 Subject: [PATCH] Automated dotnet-format update (#1850) --- .../AssemblyInfo/AssemblyInfo.android.cs | 2 +- .../Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.uwp.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.android.cs b/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.android.cs index 7fa1e6ed1..4165727f6 100644 --- a/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.android.cs +++ b/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.android.cs @@ -4,4 +4,4 @@ [assembly: LinkerSafe] -[assembly: ExportImageSourceHandler(typeof(GravatarImageSource), typeof(GravatarImageSourceHandler))] \ No newline at end of file +[assembly: ExportImageSourceHandler(typeof(GravatarImageSource), typeof(GravatarImageSourceHandler))] \ No newline at end of file diff --git a/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.uwp.cs b/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.uwp.cs index 388c99372..9d1575428 100644 --- a/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.uwp.cs +++ b/src/CommunityToolkit/Xamarin.CommunityToolkit/AssemblyInfo/AssemblyInfo.uwp.cs @@ -1,4 +1,4 @@ using Xamarin.CommunityToolkit.UI.Views; using Xamarin.Forms.Platform.UWP; -[assembly: ExportImageSourceHandler(typeof(GravatarImageSource), typeof(GravatarImageSourceHandler))] \ No newline at end of file +[assembly: ExportImageSourceHandler(typeof(GravatarImageSource), typeof(GravatarImageSourceHandler))] \ No newline at end of file