Fix minor formatting issue
This commit is contained in:
parent
73634864ec
commit
1cf59542b7
@ -60,7 +60,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (NSArray <NSString *> *)componentsSplitByWhitespaceWithMaxSplits:(NSUInteger)maxSplits
|
- (NSArray <NSString *> *)componentsSplitByWhitespaceWithMaxSplits:(NSUInteger)maxSplits
|
||||||
{
|
{
|
||||||
if(maxSplits == 0)
|
if(maxSplits == 0)
|
||||||
{
|
{
|
||||||
return [NSMutableArray arrayWithObject:self];
|
return [NSMutableArray arrayWithObject:self];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user