summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-06-18 10:06:03 -0400
committerNicoleYarroch <nicole@livio.io>2018-06-18 10:06:03 -0400
commit36d0bee4d5ed389df8d1b6c13ab8527a5f0f5acf (patch)
tree617c356e1e72898625f7bbbf5e14aeb275eb2399
parentd8320302941c5d828aed225e4bc1c0c0ad1e3087 (diff)
downloadsdl_ios-36d0bee4d5ed389df8d1b6c13ab8527a5f0f5acf.tar.gz
Fixed function spacing in `SDLArtwork` class
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLArtwork.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLArtwork.m b/SmartDeviceLink/SDLArtwork.m
index 94bacd74c..748e0587d 100644
--- a/SmartDeviceLink/SDLArtwork.m
+++ b/SmartDeviceLink/SDLArtwork.m
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
@implementation SDLArtwork
--(void)setImage:(UIImage *)image {
+- (void)setImage:(UIImage *)image {
_image = image;
_isTemplate = (image.renderingMode == UIImageRenderingModeAlwaysTemplate);
}