Fixed spacing before colon as per code review comment
This commit is contained in:
parent
16cc667b02
commit
fb2cade157
@ -27,7 +27,7 @@ import UIKit
|
||||
self.setupView()
|
||||
}
|
||||
|
||||
public convenience init(width:CGFloat) {
|
||||
public convenience init(width: CGFloat) {
|
||||
self.init()
|
||||
self.setupView()
|
||||
self.updateView(width)
|
||||
@ -112,7 +112,7 @@ extension Link: MVMCoreUIMoleculeViewProtocol {
|
||||
self.setTitleColor(UIColor.mfTextButton(), for: .normal)
|
||||
}
|
||||
|
||||
public func setWithJSON(_ json: [AnyHashable : Any]?, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable : Any]?) {
|
||||
public func setWithJSON(_ json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {
|
||||
if let unwrappedJson = json {
|
||||
actionMap = unwrappedJson
|
||||
self.additionalData = additionalData
|
||||
@ -140,7 +140,7 @@ extension Link: MVMCoreUIMoleculeViewProtocol {
|
||||
}
|
||||
}
|
||||
|
||||
public static func estimatedHeight(forRow json: [AnyHashable : Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||
public static func estimatedHeight(forRow json: [AnyHashable: Any]?, delegateObject: MVMCoreUIDelegateObject?) -> CGFloat {
|
||||
return 31
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user