Skip to content

Commit

Permalink
CORE-1916 fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed May 17, 2021
1 parent b360ea2 commit e244fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Branch-SDK/BNCServerRequestQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ - (id)unarchiveObjectFromData:(NSData *)data {

} else {
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 12000
object = [NSKeyedUnarchiver unarchiveObjectWithData:data];
object = [NSKeyedUnarchiver unarchiveObjectWithData:data];
#endif
}
return object;
Expand Down

0 comments on commit e244fcb

Please sign in to comment.