Skip to content

Commit f39e694

Browse files
authored
fix Swift compiler assert (#10874)
Differential Revision: D74737507 Pull Request resolved: #10875
1 parent 12b5eb6 commit f39e694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension/apple/ExecuTorch/Exported/ExecuTorchValue.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ typedef NSNumber *ExecuTorchScalarValue
3434
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(ScalarValue);
3535
typedef NSString *ExecuTorchStringValue
3636
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(StringValue);
37-
typedef BOOL ExecuTorchBooleanValue
38-
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(BoolValue);
37+
typedef BOOL ExecuTorchBooleanValue NS_SWIFT_NAME(BoolValue);
3938
typedef NSInteger ExecuTorchIntegerValue
4039
NS_SWIFT_BRIDGED_TYPEDEF NS_SWIFT_NAME(IntegerValue);
4140
typedef double ExecuTorchDoubleValue

0 commit comments

Comments
 (0)