Enable SwiftLint rule 'multiline_parameters_brackets' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-05 00:33:01 +02:00 committed by Mingshen Sun
parent 959ef659d2
commit 8828298afb
3 changed files with 27 additions and 19 deletions

View file

@ -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 = {