Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWE-12 [swiftlint] resolve swiftlint warnings
  • Loading branch information
ahm11003 committed Apr 5, 2019
1 parent ed55a49 commit d4bf1b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -152,7 +152,7 @@ class FetchData {
}
}

static func cancelPayment(accountAlias: String, confirmationNum: String, paymentId: Int, completion: @escaping (String, Error?) -> Void){
static func cancelPayment(accountAlias: String, confirmationNum: String, paymentId: Int, completion: @escaping (String, Error?) -> Void) {
var paymentHeader = Defaults.headerForCancelPmt
paymentHeader["account_alias"] = accountAlias
paymentHeader["payment_confirmation_number"] = confirmationNum
Expand Down
Expand Up @@ -10,7 +10,6 @@ import Foundation
import WatchKit

class TransactionCell: NSObject {

@IBOutlet weak var transactionLabel: WKInterfaceLabel!
@IBOutlet weak var valueLabel: WKInterfaceLabel!
}

0 comments on commit d4bf1b8

Please sign in to comment.