From 6f23b4aa63d570df058b789679cf89662571d674 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 19 Feb 2024 03:38:58 -0800 Subject: [PATCH] Remove unneded character (#43075) Summary: There is a `\` in the new_architecture.rb file that should not be there. ## Changelog: [Internal] - remove unnecessary character Reviewed By: cortinico Differential Revision: D53886548 --- packages/react-native/scripts/cocoapods/new_architecture.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/scripts/cocoapods/new_architecture.rb b/packages/react-native/scripts/cocoapods/new_architecture.rb index bfe3128c2368..ebf0d418a7ec 100644 --- a/packages/react-native/scripts/cocoapods/new_architecture.rb +++ b/packages/react-native/scripts/cocoapods/new_architecture.rb @@ -7,7 +7,7 @@ require_relative "./utils.rb" require_relative "./helpers.rb" -\ + class NewArchitectureHelper @@cplusplus_version = "c++20"