From ccf583615e2c22094997cbd36788ad6f654a66b0 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Fri, 16 Jul 2021 18:00:44 -0400 Subject: [PATCH] cleanup --- .../ListRightVariableRightCaretAlltextAndLinksModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/RightVariable/ListRightVariableRightCaretAlltextAndLinksModel.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/RightVariable/ListRightVariableRightCaretAlltextAndLinksModel.swift index 54bf3162..e2bc1691 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/RightVariable/ListRightVariableRightCaretAlltextAndLinksModel.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/RightVariable/ListRightVariableRightCaretAlltextAndLinksModel.swift @@ -17,7 +17,7 @@ public class ListRightVariableRightCaretAllTextAndLinksModel: ListItemModel, Par public var eyebrowHeadlineBodyLink: EyebrowHeadlineBodyLinkModel public var children: [MoleculeModelProtocol] { - return [rightLabel, eyebrowHeadlineBodyLink] + [rightLabel, eyebrowHeadlineBodyLink] } //-----------------------------------------------------