Skip to content

Commit 2ab7f59

Browse files
committed
Remove block comment for formatting check
1 parent 7d7d91a commit 2ab7f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncAlgorithms/AsyncShareSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ where Base.Element: Sendable, Base: AsyncSequenceSendableMetatype, Base.AsyncIte
644644
// Using this priority escalation means that the base task can avoid being detached.
645645
//
646646
// This is disabled for now until the 9999 availability is removed from `withTaskPriorityEscalationHandler`
647-
#if false /*compiler(>=6.2)*/
647+
#if false // TODO: replace with compiler(>=6.2)
648648
guard #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) else {
649649
return try await nextIteration(id).get()
650650
}

0 commit comments

Comments
 (0)