Skip to content

Commit 7f07751

Browse files
authored
Change Hub from struct to enum (#267)
1 parent d2342e6 commit 7f07751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Hub/Hub.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
public struct Hub: Sendable {}
10+
public enum Hub: Sendable {}
1111

1212
public extension Hub {
1313
enum HubClientError: LocalizedError {

0 commit comments

Comments
 (0)