Fix indent

This commit is contained in:
Mathieu Acthernoene 2017-10-10 11:15:45 +02:00 committed by GitHub
parent 03c5875f57
commit 32cc0f9030
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
RCT_EXPORT_MODULE();
+ (BOOL)requiresMainQueueSetup
{
return YES;
+ (BOOL)requiresMainQueueSetup {
return YES;
}
- (NSMutableArray *)toLanguageTags:(NSArray *)languages {
NSMutableArray *languageTags = [NSMutableArray array];