♻️ :: Prefer private extension

This commit is contained in:
Felix Mau
2022-08-18 18:55:35 +02:00
parent 0b6424f4a8
commit a7c82024d0
@@ -118,7 +118,7 @@ final class GradientActivityIndicatorViewModel {
// MARK: - Helper
extension Array where Element == UIColor {
private extension Array where Element == UIColor {
/// Creates an infinite gradient out of the given colors.
///