Skip to content

Commit 993982f

Browse files
authored
Fix circular reference (#328)
1 parent c0daf6e commit 993982f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MarkdownUI/Parser/InlineNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
enum InlineNode: Hashable {
3+
enum InlineNode: Hashable, Sendable {
44
case text(String)
55
case softBreak
66
case lineBreak

0 commit comments

Comments
 (0)