summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift
diff options
context:
space:
mode:
authorJustin Beharry <109764059+jshivabeharry@users.noreply.github.com>2022-08-05 13:28:14 -0400
committerGitHub <noreply@github.com>2022-08-05 13:28:14 -0400
commit4ed3b4c5da83f39e55751bd4e20f40100ddac82a (patch)
treec108dda41db1b7daf1423a6b7a8b2f50c7b998ef /Example Apps/Example Swift
parentab05db758db8ee0b983c20630b55f4fcf3f7f772 (diff)
downloadsdl_ios-4ed3b4c5da83f39e55751bd4e20f40100ddac82a.tar.gz
Update Example Apps/Example Swift/RemoteControlManager.swift
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Diffstat (limited to 'Example Apps/Example Swift')
-rw-r--r--Example Apps/Example Swift/RemoteControlManager.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example Apps/Example Swift/RemoteControlManager.swift b/Example Apps/Example Swift/RemoteControlManager.swift
index e7b520e3a..f10767b44 100644
--- a/Example Apps/Example Swift/RemoteControlManager.swift
+++ b/Example Apps/Example Swift/RemoteControlManager.swift
@@ -17,7 +17,7 @@ class RemoteControlManager {
private var hasConsent: Bool?
private var climateData: SDLClimateControlData?
- public var climateDataString: String! {
+ public var climateDataString: String {
get {
"""
AC: \(optionalNumberBoolToString(climateData?.acEnable))