Skip to content

Commit 341c4c4

Browse files
[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>
1 parent 309c27a commit 341c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.macios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ static void SetUIImageViewTintColor(UIImageView imageView, View element, Color c
122122
imageView.Image = imageView.Image.ImageWithRenderingMode(UIImageRenderingMode.AlwaysTemplate);
123123
imageView.TintColor = color.ToPlatform();
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)