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

Commit 357a311

Browse files
Automated dotnet-format update (#1497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
1 parent 9f4a308 commit 357a311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void Update()
7373
var color = ShadowEffect.GetColor(Element);
7474
if (!color.IsDefault)
7575
color = color.MultiplyAlpha(opacity);
76-
76+
7777
var androidColor = color.ToAndroid();
7878
var offsetX = (float)ShadowEffect.GetOffsetX(Element);
7979
var offsetY = (float)ShadowEffect.GetOffsetY(Element);
@@ -123,4 +123,4 @@ public override void GetOutline(AView? view, Outline? outline)
123123
=> outline?.SetRoundRect((int)offsetX, (int)offsetY, view?.Width ?? 0, view?.Height ?? 0, cornerRadius);
124124
}
125125
}
126-
}
126+
}

0 commit comments

Comments
 (0)