Skip to content

Commit 46eab9c

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
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 (facebook#51983)
Summary: Pull Request resolved: facebook#51983 Reviewed By: dtolnay Differential Revision: D76494516 fbshipit-source-id: 399311ad4e1eadf6741926a19ce1919e73a1bdaa
1 parent 50667ec commit 46eab9c

File tree

1 file changed

+2
-4
lines changed
  • packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics

1 file changed

+2
-4
lines changed

packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/RCTPlatformColorUtils.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
#import <UIKit/UIKit.h>
1111
#import <vector>
1212

13-
namespace facebook {
14-
namespace react {
13+
namespace facebook::react {
1514
struct ColorComponents;
1615
struct Color;
17-
} // namespace react
18-
} // namespace facebook
16+
} // namespace facebook::react
1917

2018
facebook::react::ColorComponents RCTPlatformColorComponentsFromSemanticItems(
2119
std::vector<std::string>& semanticItems);

0 commit comments

Comments
 (0)