Skip to content

Commit

Permalink
Respect spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 5, 2020
1 parent 64fabb8 commit 34dfe9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ios/RNPermissions.m
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ @implementation RCTConvert(RNPermission)

@end

@interface RNPermissions ()
@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>> *_Nonnull handlers;
@interface RNPermissions()

@property (nonatomic, strong) NSMutableDictionary<NSString *, id<RNPermissionHandler>> *_Nonnull handlers;

@end

@implementation RNPermissions
Expand Down

0 comments on commit 34dfe9b

Please sign in to comment.