From a89ad959016c394c3b30b30598bf9ebff2ad1911 Mon Sep 17 00:00:00 2001 From: Eric Kuck Date: Thu, 20 Dec 2018 11:22:37 -0600 Subject: Enabled more swiftlint rules Signed-off-by: Eric Kuck --- WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift') diff --git a/WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift b/WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift index 4702993..aff17ee 100644 --- a/WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift +++ b/WireGuard/WireGuard/UI/iOS/View/ButtonCell.swift @@ -33,7 +33,7 @@ class ButtonCell: UITableViewCell { button.topAnchor.constraint(equalTo: contentView.layoutMarginsGuide.topAnchor), contentView.layoutMarginsGuide.bottomAnchor.constraint(equalTo: button.bottomAnchor), button.centerXAnchor.constraint(equalTo: contentView.centerXAnchor) - ]) + ]) button.addTarget(self, action: #selector(buttonTapped), for: .touchUpInside) } -- cgit v1.2.3-59-g8ed1b