We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46a6c4 commit e3295b7Copy full SHA for e3295b7
Example/ButtonClickStyle/UI/Screen/ButtonList/ButtonListViewController.swift
@@ -133,7 +133,7 @@ class ButtonListViewController: StoryboardController {
133
exampleView.endAnimationCallback = { [weak self] in
134
135
// main { [weak self] in
136
-// guard let mSelf = self else { return }
+// guard let mSelf = self else { return }
137
138
// let t = ButtonClick.Style.allCases[mSelf.buttonLayerExampleView.animationType ?? 0]
139
// print(" ‼️ endAnimationCallback \(t.full()) ‼️ ‼️")
0 commit comments