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() {
super.reset()
rightView?.removeFromSuperview()
super.reset()
rightView?.removeFromSuperview()
}
public func needsToBeConstrained() -> Bool { true }