Enable SwiftLint rule 'multiline_parameters_brackets' and fix all violations
This commit is contained in:
parent
959ef659d2
commit
8828298afb
3 changed files with 27 additions and 19 deletions
|
|
@ -10,9 +10,11 @@ import Foundation
|
|||
import passKit
|
||||
import SVProgressHUD
|
||||
|
||||
public func requestGitCredentialPassword(credential: GitCredential.Credential,
|
||||
lastPassword: String?,
|
||||
controller: UIViewController) -> String? {
|
||||
public func requestGitCredentialPassword(
|
||||
credential: GitCredential.Credential,
|
||||
lastPassword: String?,
|
||||
controller: UIViewController
|
||||
) -> String? {
|
||||
let sem = DispatchSemaphore(value: 0)
|
||||
var password: String?
|
||||
let message: String = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue