Skip to content

Commit e3295b7

Browse files
Fix
1 parent b46a6c4 commit e3295b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ButtonClickStyle/UI/Screen/ButtonList/ButtonListViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class ButtonListViewController: StoryboardController {
133133
exampleView.endAnimationCallback = { [weak self] in
134134

135135
// main { [weak self] in
136-
// guard let mSelf = self else { return }
136+
// guard let mSelf = self else { return }
137137

138138
// let t = ButtonClick.Style.allCases[mSelf.buttonLayerExampleView.animationType ?? 0]
139139
// print(" ‼️ endAnimationCallback \(t.full()) ‼️ ‼️")

0 commit comments

Comments
 (0)