From b8e0fbff75bc54256eca9d7e6e91dc8d8106bce0 Mon Sep 17 00:00:00 2001 From: "Robinson, Blake" Date: Thu, 12 Dec 2019 09:33:03 -0500 Subject: [PATCH] Removed line spaces --- MVMCoreUI/Atoms/Buttons/Link.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCoreUI/Atoms/Buttons/Link.swift b/MVMCoreUI/Atoms/Buttons/Link.swift index b38c5f04..d3e153f8 100644 --- a/MVMCoreUI/Atoms/Buttons/Link.swift +++ b/MVMCoreUI/Atoms/Buttons/Link.swift @@ -96,12 +96,10 @@ extension Link: MVMCoreViewProtocol { self.contentHorizontalAlignment = .left if let constant = self.sizeObject?.standardSize { - let heightConstraint = NSLayoutConstraint(item: self as Any, attribute: .height, relatedBy: .equal, toItem: nil, attribute: .notAnAttribute, multiplier: 1.0, constant: constant) self.addConstraint(heightConstraint) heightConstraint.isActive = true self.heightConstraint = heightConstraint - } } }