Enable SwiftLint rule 'closure_parameter_position' and fix all violations
This commit is contained in:
parent
5299ca25d7
commit
fdca54a0ab
2 changed files with 2 additions and 3 deletions
|
|
@ -141,8 +141,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
}
|
||||
|
||||
private func setupOneTimePasswordAutoRefresh() {
|
||||
Timer.scheduledTimer(withTimeInterval: 1, repeats: true) {
|
||||
[weak self] _ in
|
||||
Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { [weak self] _ in
|
||||
// bail out of the timer code if the object has been freed
|
||||
guard let strongSelf = self,
|
||||
let otpType = strongSelf.password?.otpType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue