We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arc lint --take CLANGFORMAT
1 parent 2cb5a9d commit 53e6ce2Copy full SHA for 53e6ce2
1 file changed
packages/react-native/React/CoreModules/RCTRedBox2AnsiParser.mm
@@ -29,7 +29,7 @@ + (NSAttributedString *)attributedStringFromAnsiText:(NSString *)text baseFont:(
29
}
30
31
auto spans = parseAnsi(text.UTF8String);
32
- NSMutableAttributedString *result =[NSMutableAttributedString new];
+ NSMutableAttributedString *result = [NSMutableAttributedString new];
33
NSDictionary *baseAttributes = @{NSFontAttributeName : font, NSForegroundColorAttributeName : color};
34
35
for (const auto &span : spans) {
0 commit comments