summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-07-31 16:07:10 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-07-31 16:07:10 -0400
commite873b9c92cf082d65136e51e463abec7760c051f (patch)
tree4f368be054e96d55a68c6d84697eca85ae848f21
parent6da21259db094bac96a62602c3d7cf7a901dd687 (diff)
downloadsdl_ios-e873b9c92cf082d65136e51e463abec7760c051f.tar.gz
missed a space
-rw-r--r--SmartDeviceLink/SDLVideoStreamingCapability.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLVideoStreamingCapability.m b/SmartDeviceLink/SDLVideoStreamingCapability.m
index 22a9525bc..3e034d913 100644
--- a/SmartDeviceLink/SDLVideoStreamingCapability.m
+++ b/SmartDeviceLink/SDLVideoStreamingCapability.m
@@ -30,7 +30,6 @@ NS_ASSUME_NONNULL_BEGIN
}
- (instancetype)initWithVideoStreaming:(nullable SDLImageResolution *)preferredResolution maxBitrate:(nullable NSNumber *)maxBitrate supportedFormats:(nullable NSArray<SDLVideoStreamingFormat *> *)supportedFormats {
-
self = [self init];
if (!self) {
return self;