aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
diff options
context:
space:
mode:
authorEric Kuck <eric@bluelinelabs.com>2018-12-20 11:22:37 -0600
committerEric Kuck <eric@bluelinelabs.com>2018-12-20 11:22:37 -0600
commita89ad959016c394c3b30b30598bf9ebff2ad1911 (patch)
tree03d72cef3084a90d20cdd8e6c371c2c58206d2c4 /WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
parentAdded a String->[String] helper (diff)
downloadwireguard-apple-a89ad959016c394c3b30b30598bf9ebff2ad1911.tar.xz
wireguard-apple-a89ad959016c394c3b30b30598bf9ebff2ad1911.zip
Enabled more swiftlint rules
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
index c07657f..9dea8b0 100644
--- a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
@@ -127,7 +127,7 @@ class TunnelsListTableViewController: UIViewController {
present(alert, animated: true, completion: nil)
}
- @objc func settingsButtonTapped(sender: UIBarButtonItem!) {
+ @objc func settingsButtonTapped(sender: UIBarButtonItem) {
guard tunnelsManager != nil else { return }
let settingsVC = SettingsTableViewController(tunnelsManager: tunnelsManager)