Skip to content

Commit 53e6ce2

Browse files
generatedunixname2623278081387667meta-codesync[bot]
authored andcommitted
Daily arc lint --take CLANGFORMAT (#56576)
Summary: Pull Request resolved: #56576 Reviewed By: ritvij-saxena Differential Revision: D102125892 fbshipit-source-id: 8652510929310bf296c624d0bc609c73656f3420
1 parent 2cb5a9d commit 53e6ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ + (NSAttributedString *)attributedStringFromAnsiText:(NSString *)text baseFont:(
2929
}
3030

3131
auto spans = parseAnsi(text.UTF8String);
32-
NSMutableAttributedString *result =[NSMutableAttributedString new];
32+
NSMutableAttributedString *result = [NSMutableAttributedString new];
3333
NSDictionary *baseAttributes = @{NSFontAttributeName : font, NSForegroundColorAttributeName : color};
3434

3535
for (const auto &span : spans) {

0 commit comments

Comments
 (0)