review changes

This commit is contained in:
Damodaram 2021-04-22 20:54:44 +05:30
parent c8b382cc89
commit a225cf81e3
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ public class ListLeftVariableIconWithRightCaretAllTextLinksModel: ListItemModel,
public var rightLabel: LabelModel public var rightLabel: LabelModel
public var children: [MoleculeModelProtocol] { public var children: [MoleculeModelProtocol] {
return [image, eyebrowHeadlineBodyLink,rightLabel] return [image, eyebrowHeadlineBodyLink, rightLabel]
} }
//----------------------------------------------------- //-----------------------------------------------------