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

Commit f3663cd

Browse files
Automated dotnet-format update (#1838)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b6a02e commit f3663cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ protected override void OnElementPropertyChanged(PropertyChangedEventArgs args)
2323
base.OnElementPropertyChanged(args);
2424

2525
if (!args.PropertyName.Equals(IconTintColorEffect.TintColorProperty.PropertyName) &&
26-
!args.PropertyName.Equals(Image.SourceProperty.PropertyName) &&
27-
!args.PropertyName.Equals(ImageButton.SourceProperty.PropertyName))
26+
!args.PropertyName.Equals(Image.SourceProperty.PropertyName) &&
27+
!args.PropertyName.Equals(ImageButton.SourceProperty.PropertyName))
2828
return;
2929

3030
ApplyTintColor();

0 commit comments

Comments
 (0)