From 32cc0f9030df522edf714404ff748c974955f2be Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Tue, 10 Oct 2017 11:15:45 +0200 Subject: [PATCH] Fix indent --- ios/RNI18n.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/RNI18n.m b/ios/RNI18n.m index 1a3c04c..28a9dd5 100644 --- a/ios/RNI18n.m +++ b/ios/RNI18n.m @@ -5,10 +5,10 @@ RCT_EXPORT_MODULE(); -+ (BOOL)requiresMainQueueSetup -{ - return YES; ++ (BOOL)requiresMainQueueSetup { + return YES; } + - (NSMutableArray *)toLanguageTags:(NSArray *)languages { NSMutableArray *languageTags = [NSMutableArray array];