summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kinney <michaelakinney@comcast.net>2021-02-23 12:07:10 -0500
committerMichael Kinney <michaelakinney@comcast.net>2021-02-23 12:07:10 -0500
commit305ef31ae1d576364f177921c8adf7460b6622b6 (patch)
treef247a0a8be0f6be04487c467acb16dd14e353da1
parent701517cdb711a89739dec1d4cccc83c59dc76526 (diff)
downloadsdl_ios-305ef31ae1d576364f177921c8adf7460b6622b6.tar.gz
update per style requirements
-rw-r--r--SmartDeviceLink/private/SDLIAPControlSession.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLIAPControlSession.m b/SmartDeviceLink/private/SDLIAPControlSession.m
index e6b7044c0..ba61fa67a 100644
--- a/SmartDeviceLink/private/SDLIAPControlSession.m
+++ b/SmartDeviceLink/private/SDLIAPControlSession.m
@@ -47,7 +47,7 @@ int const ProtocolIndexTimeoutSeconds = 10;
[self.iapSession closeSession];
}
-- (nullable EAAccessory *) accessory {
+- (nullable EAAccessory *)accessory {
return self.iapSession.accessory;
}
- (NSUInteger)connectionID {