summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift
diff options
context:
space:
mode:
authorJustin Beharry <109764059+jshivabeharry@users.noreply.github.com>2022-08-05 13:29:30 -0400
committerGitHub <noreply@github.com>2022-08-05 13:29:30 -0400
commit710984db69ff33a4399daae5ea7296874f8aead1 (patch)
tree42cb1dd1ebe591d8992ef6b4616547d3f17703de /Example Apps/Example Swift
parent4ed3b4c5da83f39e55751bd4e20f40100ddac82a (diff)
downloadsdl_ios-710984db69ff33a4399daae5ea7296874f8aead1.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.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Example Apps/Example Swift/RemoteControlManager.swift b/Example Apps/Example Swift/RemoteControlManager.swift
index f10767b44..85002166c 100644
--- a/Example Apps/Example Swift/RemoteControlManager.swift
+++ b/Example Apps/Example Swift/RemoteControlManager.swift
@@ -18,7 +18,6 @@ class RemoteControlManager {
private var climateData: SDLClimateControlData?
public var climateDataString: String {
- get {
"""
AC: \(optionalNumberBoolToString(climateData?.acEnable))
AC Max: \(optionalNumberBoolToString(climateData?.acMaxEnable))