aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-03 19:35:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-03 19:35:25 +0100
commit955de09c9e0e318642089fe63c4c1d44517e3ff8 (patch)
tree82e99b4f67464fa5c464eff9a7d6db5a40b8d669 /WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
parentSettings: limit size of logo (diff)
downloadwireguard-apple-955de09c9e0e318642089fe63c4c1d44517e3ff8.tar.xz
wireguard-apple-955de09c9e0e318642089fe63c4c1d44517e3ff8.zip
Global: run through swiftlint
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/QRScanViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
index 929b6b0..ea9ece4 100644
--- a/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift
@@ -6,7 +6,7 @@ import CoreData
import UIKit
protocol QRScanViewControllerDelegate: class {
- func addScannedQRCode(tunnelConfiguration: TunnelConfiguration, qrScanViewController: QRScanViewController, completionHandler: (() ->Void)?)
+ func addScannedQRCode(tunnelConfiguration: TunnelConfiguration, qrScanViewController: QRScanViewController, completionHandler: (() -> Void)?)
}
class QRScanViewController: UIViewController {