Skip to content

Commit 706c6de

Browse files
FBSourceClangformatLinter Botfacebook-github-bot
authored andcommitted
Daily arc lint --take CLANGFORMAT
Reviewed By: ritvij-saxena Differential Revision: D102125892
1 parent e67dba1 commit 706c6de

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)