Browse Source

ios: style

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
111397d944
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      ios/sdk/src/dropbox/Dropbox.m

+ 1
- 2
ios/sdk/src/dropbox/Dropbox.m View File

@@ -149,8 +149,7 @@ RCT_EXPORT_METHOD(getSpaceUsage: (NSString *)token
149 149
     return NO;
150 150
 }
151 151
 
152
-+ (UIViewController *)topMostController
153
-{
152
++ (UIViewController *)topMostController {
154 153
     UIViewController *topController
155 154
         = [UIApplication sharedApplication].keyWindow.rootViewController;
156 155
     

Loading…
Cancel
Save