Skip to content

Commit

Permalink
Turns class into a struct
Browse files Browse the repository at this point in the history
  • Loading branch information
polpielladev committed Mar 17, 2024
1 parent e95050d commit c80b47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodeCloudKit/XcodeCloudKit.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
public protocol XcodeCloudKit {
}

final class DefaultXcodeCloudKit: XcodeCloudKit {
struct DefaultXcodeCloudKit: XcodeCloudKit {
private let transport: Transport

init(transport: Transport) {
Expand Down

0 comments on commit c80b47f

Please sign in to comment.