Skip to content

Commit

Permalink
Fix circular reference (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman authored Jun 16, 2024
1 parent c0daf6e commit 993982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarkdownUI/Parser/InlineNode.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

enum InlineNode: Hashable {
enum InlineNode: Hashable, Sendable {
case text(String)
case softBreak
case lineBreak
Expand Down

0 comments on commit 993982f

Please sign in to comment.