From 706c6de5a6727903ace99a8fad490ee7f8b552f5 Mon Sep 17 00:00:00 2001 From: FBSourceClangformatLinter Bot Date: Thu, 23 Apr 2026 06:06:12 -0700 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: ritvij-saxena Differential Revision: D102125892 --- packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm b/packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm index 50893d3c46ff..dc4a6579ad3d 100644 --- a/packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm +++ b/packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm @@ -29,7 +29,7 @@ + (NSAttributedString *)attributedStringFromAnsiText:(NSString *)text baseFont:( } auto spans = parseAnsi(text.UTF8String); - NSMutableAttributedString *result =[NSMutableAttributedString new]; + NSMutableAttributedString *result = [NSMutableAttributedString new]; NSDictionary *baseAttributes = @{NSFontAttributeName : font, NSForegroundColorAttributeName : color}; for (const auto &span : spans) {