Skip to content

Commit c73658a

Browse files
authored
Update bridging
Fixed the missing quotation symbol
1 parent 2361a38 commit c73658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/bridging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
/// ```
152152
/// Will be imported as `struct CustomUserType: @unchecked Sendable`
153153
#define SWIFT_UNCHECKED_SENDABLE \
154-
__attribute__((swift_attr("@Sendable)))
154+
__attribute__((swift_attr("@Sendable")))
155155

156156
#else // #if _CXX_INTEROP_HAS_ATTRIBUTE(swift_attr)
157157

0 commit comments

Comments
 (0)