Skip to content

Commit

Permalink
feat: change internal property -> public property
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Sep 1, 2024
1 parent 51c65ef commit bed90db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftAsyncMutex/MutexTaskManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import Combine

@available(macOS 10.15, iOS 13.0, *)
actor AsyncMutexManager: Equatable, Identifiable {
public actor AsyncMutexManager: Equatable, Identifiable {
public static func == (lhs: AsyncMutexManager, rhs: AsyncMutexManager) -> Bool {
lhs.id == rhs.id
}
Expand Down

0 comments on commit bed90db

Please sign in to comment.