Skip to content

Commit

Permalink
fix: Formatted for clang 16
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-sabade-pp committed Aug 14, 2024
1 parent d69b105 commit ce2f584
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions React/Base/RCTBridgeMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ static inline const char *RCTFunctionDescriptorFromType(RCTFunctionType type) {
@property (nonatomic, readonly) const char *JSMethodName;
@property (nonatomic, readonly) RCTFunctionType functionType;

- (id)invokeWithBridge:(RCTBridge *)bridge
module:(id)module
arguments:(NSArray *)arguments;
- (id)invokeWithBridge:(RCTBridge *)bridge module:(id)module arguments:(NSArray *)arguments;

@end

0 comments on commit ce2f584

Please sign in to comment.