mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
import UIKit
|
||||
|
||||
extension Array where Element == CGRect {
|
||||
|
||||
|
||||
func maxY() -> CGFloat {
|
||||
|
||||
|
||||
var y: CGFloat = 0.0
|
||||
for oneRect in self {
|
||||
y = Swift.max(y, oneRect.maxY)
|
||||
}
|
||||
return y
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user