mirror of
https://github.com/yattee/yattee.git
synced 2025-08-04 09:44:12 +00:00
Swiftformat fixes
This commit is contained in:
@@ -26,7 +26,7 @@ extension UIView {
|
||||
}
|
||||
|
||||
private func viewsInHierarchy<ViewType: UIView>(views: inout [ViewType]) {
|
||||
subviews.forEach { eachSubView in
|
||||
for eachSubView in subviews {
|
||||
if let matchingView = eachSubView as? ViewType {
|
||||
views.append(matchingView)
|
||||
}
|
||||
|
Reference in New Issue
Block a user