From 5da415d0fc21accdc4c40738ed98dca4639029cb Mon Sep 17 00:00:00 2001 From: Subhankar Acharya Date: Fri, 14 Feb 2020 18:17:10 +0530 Subject: [PATCH] removed line break. --- ...tLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift b/MVMCoreUI/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift index 790e8598..330901a6 100644 --- a/MVMCoreUI/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift +++ b/MVMCoreUI/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel.swift @@ -40,5 +40,4 @@ public class ListLeftVariableCheckboxWithRightCaretAllTextAndLinksModel: ListIte try container.encode(eyebrowHeadlineBodyLink, forKey: .eyebrowHeadlineBodyLink) try container.encode(checkbox, forKey: .checkbox) } - }