From fe41350999e427d044f2a8962366adbaab5faad0 Mon Sep 17 00:00:00 2001 From: "Tondapu, Alekhya" Date: Thu, 13 May 2021 23:36:36 +0530 Subject: [PATCH] Indentation fix --- MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift index caa356cf..702c3238 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/CaretLink.swift @@ -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 }