diff --git a/Library/Sources/Public/Enumerations/IDE.swift b/Library/Sources/Public/Enumerations/IDE.swift index 2c530ac..75db91e 100644 --- a/Library/Sources/Public/Enumerations/IDE.swift +++ b/Library/Sources/Public/Enumerations/IDE.swift @@ -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 {}