Conformed the IDE enumeration in the library target to the Randomable protocol.
This commit is contained in:
parent
c5fc608c23
commit
a6b8c08125
@ -3,9 +3,9 @@ public enum IDE: String {
|
||||
case xcode
|
||||
}
|
||||
|
||||
// MARK: - Extension
|
||||
// MARK: - Randomable
|
||||
|
||||
extension IDE {
|
||||
extension IDE: Randomable {
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
@ -14,7 +14,3 @@ extension IDE {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - CaseIterable
|
||||
|
||||
extension IDE: CaseIterable {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user