Skip to content

Commit

Permalink
fix: replace var with let for gestureAction
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaAmini committed Aug 16, 2024
1 parent c7e2e62 commit 51b63e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ extension UIGestureRecognizer {
return
}

var gestureAction: String?
let gestureAction: String?
switch self {
case is UITapGestureRecognizer:
gestureAction = "tap"
Expand Down

0 comments on commit 51b63e3

Please sign in to comment.