Skip to content

Commit 2264b85

Browse files
committed
Add missing spaces
1 parent 9908903 commit 2264b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/React/Base/RCTBridgeModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RCT_EXTERN_C_END
7979
* will be used as the JS module name. If omitted, the JS module name will
8080
* match the Objective-C class name.
8181
*/
82-
#define RCT_EXPORT_MODULE(js_name) \
82+
#define RCT_EXPORT_MODULE(js_name) \
8383
RCT_EXTERN void RCTRegisterModule(Class); \
8484
+(NSString *)moduleName \
8585
{ \

0 commit comments

Comments
 (0)