We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d09fd commit 17e7eb7Copy full SHA for 17e7eb7
extension/apple/ExecuTorch/Exported/ExecuTorchValue.mm
@@ -233,7 +233,7 @@ - (NSString *)description {
233
[string appendString:@"\n value: "];
234
if (_value) {
235
NSString *valueDescription = [_value description];
236
- [string appendString:[_value description]];
+ [string appendString:valueDescription];
237
[string replaceOccurrencesOfString:@"\n"
238
withString:@"\n "
239
options:0
0 commit comments