not needed

This commit is contained in:
Kevin G Christiano 2020-10-02 12:17:51 -04:00
parent 40f2b5db17
commit e676e1f7c1

View File

@ -245,10 +245,7 @@ public typealias ActionBlock = () -> ()
attributedText = nil
originalAttributedString = nil
guard let labelModel = model as? LabelModel else {
text = ""
return
}
guard let labelModel = model as? LabelModel else { return }
text = labelModel.text