Skip to content

Commit e671eb8

Browse files
committed
remove redundant @OcaConnection actor annotation
1 parent 0f9d4c6 commit e671eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ extension Ocp1Connection.Monitor {
135135

136136
func receiveMessages(_ connection: Ocp1Connection) async throws {
137137
do {
138-
try await withThrowingTaskGroup(of: Void.self) { @OcaConnection group in
138+
try await withThrowingTaskGroup(of: Void.self) { group in
139139
group.addTask { [self] in
140140
repeat {
141141
try Task.checkCancellation()

0 commit comments

Comments
 (0)