aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-06 22:41:54 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-06 22:42:05 +0530
commit0f4b1c5c1cf7c7914ca3493997da8dae6268ddc5 (patch)
tree29dc203d898be1ec4ac569ab525896c6bdb5834c
parentImporting: Error out on file with unsupported file extension (diff)
downloadwireguard-apple-0f4b1c5c1cf7c7914ca3493997da8dae6268ddc5.tar.xz
wireguard-apple-0f4b1c5c1cf7c7914ca3493997da8dae6268ddc5.zip
Global: swiftlint autocorrect
Signed-off-by: Roopesh Chander <roop@roopc.net>
-rw-r--r--WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
index de7db2e..efa54bc 100644
--- a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
@@ -12,7 +12,7 @@ class SettingsTableViewController: UITableViewController {
case exportZipArchive = "Export zip archive"
}
- let settingsFieldsBySection : [[SettingsFields]] = [
+ let settingsFieldsBySection: [[SettingsFields]] = [
[.iosAppVersion, .goBackendVersion],
[.exportZipArchive]
]