Skip to content

Commit

Permalink
Fix missing space in inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Feb 21, 2024
1 parent 55229da commit 29476af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gutenberg/cocoapods_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def gutenberg_post_install(installer:)

react_native_post_install(installer, react_native_path)

# The following workaround is needed to avoid the error `typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')`.
# The following workaround is needed to avoid the error `typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')`.
# This solution is referenced in https://github.com/facebook/react-native/issues/39568#issuecomment-1762890606.
# It will be needed until RCT-Folly version is bumped in React Native to version v2022.08.29.00 or above.
# Referece: https://github.com/facebook/folly/commit/4a2410fae65afb85e1fec6d922005054b05de59f
Expand Down

0 comments on commit 29476af

Please sign in to comment.