From efee2595c52bcfd10c3ad82eb4c1f362ee85a6d5 Mon Sep 17 00:00:00 2001 From: CodemodService Bot Date: Thu, 12 Jun 2025 13:10:18 -0700 Subject: [PATCH] Fix CQS signal modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics Reviewed By: dtolnay Differential Revision: D76494516 --- .../ios/react/renderer/graphics/RCTPlatformColorUtils.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h b/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h index a45743a2349..e47c504548c 100644 --- a/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h +++ b/packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h @@ -10,12 +10,10 @@ #import #import -namespace facebook { -namespace react { +namespace facebook::react { struct ColorComponents; struct Color; -} // namespace react -} // namespace facebook +} // namespace facebook::react facebook::react::ColorComponents RCTPlatformColorComponentsFromSemanticItems( std::vector& semanticItems);