Skip to content

Commit 932c244

Browse files
committed
Make animate method private
1 parent fb41d2e commit 932c244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons/CouponCreationSuccess.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct CouponCreationSuccess: View {
5656
}
5757
}
5858

59-
func animateEntry() {
59+
private func animateEntry() {
6060
let buttonGroupAnimation = Animation.easeIn(duration: Constants.buttonGroupAnimationDuration)
6161

6262
let imageAnimation = Animation

0 commit comments

Comments
 (0)