Skip to content

Commit e00d0ac

Browse files
committed
Fixing whitespace
Adding space between type and star
1 parent 252e798 commit e00d0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignalHelper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ + (void)addNotificationRequest:(OSNotificationPayload*)payload
783783
Synchroneously downloads an attachment
784784
On success returns bundle resource name, otherwise returns nil
785785
*/
786-
+ (NSString *)downloadMediaAndSaveInBundle:(NSString*)urlString {
786+
+ (NSString *)downloadMediaAndSaveInBundle:(NSString *)urlString {
787787

788788
let url = [NSURL URLWithString:urlString];
789789

0 commit comments

Comments
 (0)