removed self
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
19d7a459ed
commit
5d3bb712fa
@ -58,7 +58,7 @@ public class TabsListItemModel: ListItemModel, ParentMoleculeModelProtocol {
|
||||
topPadding = 8
|
||||
bottomPadding = 0
|
||||
if line == nil {
|
||||
self.line = LineModel(type: .none)
|
||||
line = LineModel(type: .none)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user