Indentation fix

This commit is contained in:
Tondapu, Alekhya 2021-05-13 23:36:36 +05:30
parent 39ba2c9c84
commit fe41350999

View File

@ -145,8 +145,8 @@ open class CaretLink: Button, MVMCoreUIViewConstrainingProtocol {
} }
open override func reset() { open override func reset() {
super.reset() super.reset()
rightView?.removeFromSuperview() rightView?.removeFromSuperview()
} }
public func needsToBeConstrained() -> Bool { true } public func needsToBeConstrained() -> Bool { true }