Removed line spaces

This commit is contained in:
Robinson, Blake 2019-12-12 09:33:03 -05:00
parent 5135835471
commit b8e0fbff75

View File

@ -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
}
}
}