Selaa lähdekoodia

Respect spacing

Mathieu Acthernoene 4 vuotta sitten
vanhempi
commit
34dfe9bbb0
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4
    2
      ios/RNPermissions.m

+ 4
- 2
ios/RNPermissions.m Näytä tiedosto

@@ -104,8 +104,10 @@ RCT_ENUM_CONVERTER(RNPermission, (@{
104 104
 
105 105
 @end
106 106
 
107
-@interface RNPermissions ()
108
-@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>>  *_Nonnull handlers;
107
+@interface RNPermissions()
108
+
109
+@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>> *_Nonnull handlers;
110
+
109 111
 @end
110 112
 
111 113
 @implementation RNPermissions