summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-05-23 15:27:02 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-05-23 15:27:02 -0400
commit16e6be863b2b13d25d0fd50ce06193dbe35d771d (patch)
treedf48c59817aad6990d82683a28ce732b9a4fd585
parent8f1ad1614d754ec3e012fe294962a1ccd45db267 (diff)
downloadsdl_ios-16e6be863b2b13d25d0fd50ce06193dbe35d771d.tar.gz
i keep finding things to clean
-rw-r--r--SmartDeviceLink-ExampleSwift/ConnectionIAPTableViewController.swift2
-rw-r--r--SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift2
2 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-ExampleSwift/ConnectionIAPTableViewController.swift b/SmartDeviceLink-ExampleSwift/ConnectionIAPTableViewController.swift
index be510a631..807153060 100644
--- a/SmartDeviceLink-ExampleSwift/ConnectionIAPTableViewController.swift
+++ b/SmartDeviceLink-ExampleSwift/ConnectionIAPTableViewController.swift
@@ -13,7 +13,7 @@ class ConnectionIAPTableViewController: UITableViewController, ProxyManagerDeleg
@IBOutlet weak var table: UITableView!
@IBOutlet weak var connectButton: UIButton!
- var state: ProxyState = ProxyState.stopped
+ var state: ProxyState = .stopped
override func viewDidLoad() {
super.viewDidLoad()
diff --git a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
index 0472ab445..ad179820a 100644
--- a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
+++ b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
@@ -16,7 +16,7 @@ class ConnectionTCPTableViewController: UITableViewController, UINavigationContr
@IBOutlet weak var connectButton: UIButton!
@IBOutlet weak var table: UITableView!
- var state: ProxyState = ProxyState.stopped
+ var state: ProxyState = .stopped
override func viewDidLoad() {
super.viewDidLoad()