Skip to content

Commit

Permalink
refactor: 💡 swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2023
1 parent 6e01a03 commit 3472e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public struct InviteFriendLogic: Reducer {
analytics.buttonClick(
name: .requiredInviteFriend,
parameters: [
"remaining_invitation_count": remainingInvitationCount
"remaining_invitation_count": remainingInvitationCount,
]
)
if remainingInvitationCount == 0 {
Expand Down

0 comments on commit 3472e3f

Please sign in to comment.