Skip to content

Commit

Permalink
Format iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Oct 27, 2022
1 parent d38a9e9 commit 6b879fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/REAModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ - (void)stopObserving

- (void)sendEventWithName:(NSString *)eventName body:(id)body
{
if (hasListeners) {
[super sendEventWithName:eventName body:body];
}
if (hasListeners) {
[super sendEventWithName:eventName body:body];
}
}

@end

0 comments on commit 6b879fe

Please sign in to comment.