Skip to content

Commit 9240b78

Browse files
ChristianK275facebook-github-bot
authored andcommitted
Fix extra semi colon (#53461)
Summary: Pull Request resolved: #53461 Changelog: [Internal] Reviewed By: mamun4122 Differential Revision: D81032488 fbshipit-source-id: 5d22b43be44c5f1461f9101aa090cde3ce3dd41c
1 parent d9d9a49 commit 9240b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static inline const char *RCTFunctionDescriptorFromType(RCTFunctionType type)
2626
default:
2727
return "async";
2828
}
29-
};
29+
}
3030

3131
@protocol RCTBridgeMethod <NSObject>
3232

0 commit comments

Comments
 (0)