From 341c4c4b1003b37f8f72a491965d48378b94cbbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:11:24 -0800 Subject: [PATCH] [housekeeping] Automated PR to fix formatting errors (#2318) Automated dotnet-format update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../IconTintColor/IconTintColorBehavior.macios.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.macios.cs b/src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.macios.cs index 8f61d5129..a28d6c602 100644 --- a/src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.macios.cs +++ b/src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.macios.cs @@ -122,4 +122,4 @@ static void SetUIImageViewTintColor(UIImageView imageView, View element, Color c imageView.Image = imageView.Image.ImageWithRenderingMode(UIImageRenderingMode.AlwaysTemplate); imageView.TintColor = color.ToPlatform(); } -} +} \ No newline at end of file