diff options
author | 2018-12-22 05:30:35 +0100 | |
---|---|---|
committer | 2018-12-22 05:30:35 +0100 | |
commit | d36e7e27ffab1c0d22967185d64442226689906e (patch) | |
tree | 8f34a525b6baea40c9fe35f2606bda938e4839ea /WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift | |
parent | Do not crash if we can't get socket.fileDescriptor (diff) | |
download | wireguard-apple-d36e7e27ffab1c0d22967185d64442226689906e.tar.xz wireguard-apple-d36e7e27ffab1c0d22967185d64442226689906e.zip |
Clean up trailing whitespace
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift b/WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift index 7ab3965..294964a 100644 --- a/WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift +++ b/WireGuard/WireGuard/UI/iOS/View/TunnelListCell.swift @@ -72,7 +72,7 @@ class TunnelListCell: UITableViewCell { statusSwitch.addTarget(self, action: #selector(switchToggled), for: .valueChanged) } - + @objc func switchToggled() { onSwitchToggled?(statusSwitch.isOn) } |